#53abcb

Color #53ABCB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #53ABCB

Tints of Viking #53ABCB

Color information

#53ABCB (or 0x53ABCB) is unknown color: approx Viking. HEX triplet: 53, AB and CB. RGB value is (83,171,203). Sum of RGB (Red+Green+Blue) = 83+171+203=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #53ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABCB is #AC5434. Grayscale: #949494. Windows color (decimal): -11293749 or 13347667. OLE color: 13347667.

HSL color Cylindrical-coordinate representation of color #53ABCB: hue angle of 196º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53ABCB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83171203-
CMYK0.590.1600.20
HSL196º53.57%56.08%-
HSV(B)196º59.11%79.61%-
XYZ28.9135.2861.79-
YUV148.34158.8581.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 18.16%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=18.16%
G=37.42%
B=44.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831712030.590.1600.2019653.5756.08
Hex53ABCB3B10014c43638
Octal12325331373200243046670
Binary101001110101011110010111110111000001010011000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53abcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53abcb; }

 p { color: rgb(83,171,203); }

 H1.HeaderClassName
 {
   color: #53abcb;
 }
 .AnyTagClassName
 {
   color: #53abcb;
 }
</style>
background-color css

<style>
 a { background-color: #53abcb; }

 a { background-color: rgb(83,171,203); }

 div.DivClassName
 {
   background-color: #53abcb;
 }
 .BgClassName
 {
   background-color: #53abcb;
 }
</style>
border-color css

<style>
 span { border-color: #53abcb; }

 span { border-color: rgb(83,171,203); }

 td.TdClassName
 {
   border-color: #53abcb;
 }
 .TagClassName
 {
   border-color: #53abcb;
 }
</style>