Html Css Color HEX #59ABCB Viking

📋 copy color: '#59ABCB'

red 89 ◦ green 171 ◦ blue 203

#59ABCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #59ABCB

Tints of Viking #59ABCB

RGB

 RED value IS 89 (35.16% from 255) = 19.22%

 GREEN value IS 171 (67.19% from 255) = 36.93%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 19.22%
G = 36.93%
B = 43.84%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59ABCB (or 0x59ABCB) is known color: Viking. HEX triplet: 59, AB and CB. RGB value is (89,171,203). Sum of RGB (Red+Green+Blue) = 89+171+203=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #59ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABCB is #A65434. Grayscale: #959595. Windows color (decimal): -10900533 or 13347673. OLE color: 13347673.

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

Color convert

RGB 89 171 203 -
CMYK 0.56 0.16 0 0.20
HSL 196.84º 0.52% 0.57% -
HSV(B) 196.84º 0.56% 0.8% -
XYZ 29.46 35.56 61.81 -
YUV 150.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 89 171 203 0.56 0.16 0 0.20 196.84 0.52 0.57
Hex 59 AB CB 38 10 0 14 C5 34 39
Octal 131 253 313 70 20 0 24 305 64 71
Binary 1011001 10101011 11001011 111000 10000 0 10100 11000101 110100 111001

Color Harmonies of #59ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ABCB

Black with #59ABCB

Text Example


Text Example

White with #59ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59ABCB; }

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

 H1.HeaderClassName
 {
   color: #59ABCB;
 }
 .AnyTagClassName
 {
   color: #59ABCB;
 }
</style>

background-color css

<style>
 a { background-color: #59ABCB; }

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

 div.DivClassName
 {
   background-color: #59ABCB;
 }
 .BgClassName
 {
   background-color: #59ABCB;
 }
</style>

border-color css

<style>
 span { border-color: #59ABCB; }

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

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