Html Css Color HEX #59B2CC Viking

📋 copy color: '#59B2CC'

red 89 ◦ green 178 ◦ blue 204

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

Shades of Viking #59B2CC

Tints of Viking #59B2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 18.9%
G = 37.79%
B = 43.31%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#59B2CC (or 0x59B2CC) is known color: Viking. HEX triplet: 59, B2 and CC. RGB value is (89,178,204). Sum of RGB (Red+Green+Blue) = 89+178+204=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #59B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2CC is #A64D33. Grayscale: #9A9A9A. Windows color (decimal): -10898740 or 13415001. OLE color: 13415001.

HSL color Cylindrical-coordinate representation of color #59B2CC: hue angle of 193.57º degrees, saturation: 0.53, 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 #59B2CC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 178 204 -
CMYK 0.56 0.13 0 0.2
HSL 193.57º 0.53% 0.57% -
HSV(B) 193.57º 0.56% 0.8% -
XYZ 30.94 38.32 62.89 -
YUV 154.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 89 178 204 0.56 0.13 0 0.2 193.57 0.53 0.57
Hex 59 B2 CC 38 D 0 14 C2 35 39
Octal 131 262 314 70 15 0 24 302 65 71
Binary 1011001 10110010 11001100 111000 1101 0 10100 11000010 110101 111001

Color Harmonies of #59B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B2CC

Black with #59B2CC

Text Example


Text Example

White with #59B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,178,204); }

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

background-color css

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

 a { background-color: rgb(89,178,204); }

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

border-color css

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

 span { border-color: rgb(89,178,204); }

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