Html Css Color HEX #59B5CA Viking

📋 copy color: '#59B5CA'

red 89 ◦ green 181 ◦ blue 202

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

Shades of Viking #59B5CA

Tints of Viking #59B5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 18.86%
G = 38.35%
B = 42.8%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#59B5CA (or 0x59B5CA) is known color: Viking. HEX triplet: 59, B5 and CA. RGB value is (89,181,202). Sum of RGB (Red+Green+Blue) = 89+181+202=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #59B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5CA is #A64A35. Grayscale: #9B9B9B. Windows color (decimal): -10897974 or 13284697. OLE color: 13284697.

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

Color convert

RGB 89 181 202 -
CMYK 0.56 0.10 0 0.21
HSL 191.15º 0.52% 0.57% -
HSV(B) 191.15º 0.56% 0.79% -
XYZ 31.3 39.44 61.84 -
YUV 155.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 89 181 202 0.56 0.10 0 0.21 191.15 0.52 0.57
Hex 59 B5 CA 38 A 0 15 BF 34 39
Octal 131 265 312 70 12 0 25 277 64 71
Binary 1011001 10110101 11001010 111000 1010 0 10101 10111111 110100 111001

Color Harmonies of #59B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B5CA

Black with #59B5CA

Text Example


Text Example

White with #59B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,181,202); }

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

background-color css

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

 a { background-color: rgb(89,181,202); }

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

border-color css

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

 span { border-color: rgb(89,181,202); }

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