Html Css Color HEX #59ABBD Viking

📋 copy color: '#59ABBD'

red 89 ◦ green 171 ◦ blue 189

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

Shades of Viking #59ABBD

Tints of Viking #59ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 19.82%
G = 38.08%
B = 42.09%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#59ABBD (or 0x59ABBD) is known color: Viking. HEX triplet: 59, AB and BD. RGB value is (89,171,189). Sum of RGB (Red+Green+Blue) = 89+171+189=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #59ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABBD is #A65442. Grayscale: #949494. Windows color (decimal): -10900547 or 12430169. OLE color: 12430169.

HSL color Cylindrical-coordinate representation of color #59ABBD: hue angle of 190.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59ABBD is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 171 189 -
CMYK 0.53 0.10 0 0.26
HSL 190.8º 0.43% 0.55% -
HSV(B) 190.8º 0.53% 0.74% -
XYZ 27.87 34.92 53.42 -
YUV 148.53 150.83 85.54 -
System Red Green Blue C M Y K H S L
Decimal 89 171 189 0.53 0.10 0 0.26 190.8 0.43 0.55
Hex 59 AB BD 35 A 0 1A BF 2B 37
Octal 131 253 275 65 12 0 32 277 53 67
Binary 1011001 10101011 10111101 110101 1010 0 11010 10111111 101011 110111

Color Harmonies of #59ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ABBD

Black with #59ABBD

Text Example


Text Example

White with #59ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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