Html Css Color HEX #59AFBD Viking

📋 copy color: '#59AFBD'

red 89 ◦ green 175 ◦ blue 189

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

Shades of Viking #59AFBD

Tints of Viking #59AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.63%

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

R = 19.65%
G = 38.63%
B = 41.72%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#59AFBD (or 0x59AFBD) is known color: Viking. HEX triplet: 59, AF and BD. RGB value is (89,175,189). Sum of RGB (Red+Green+Blue) = 89+175+189=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #59AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFBD is #A65042. Grayscale: #969696. Windows color (decimal): -10899523 or 12431193. OLE color: 12431193.

HSL color Cylindrical-coordinate representation of color #59AFBD: hue angle of 188.4º 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 #59AFBD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 175 189 -
CMYK 0.53 0.07 0 0.26
HSL 188.4º 0.43% 0.55% -
HSV(B) 188.4º 0.53% 0.74% -
XYZ 28.64 36.46 53.67 -
YUV 150.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 89 175 189 0.53 0.07 0 0.26 188.4 0.43 0.55
Hex 59 AF BD 35 7 0 1A BC 2B 37
Octal 131 257 275 65 7 0 32 274 53 67
Binary 1011001 10101111 10111101 110101 111 0 11010 10111100 101011 110111

Color Harmonies of #59AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AFBD

Black with #59AFBD

Text Example


Text Example

White with #59AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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