Html Css Color HEX #59BBCD Viking

📋 copy color: '#59BBCD'

red 89 ◦ green 187 ◦ blue 205

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

Shades of Viking #59BBCD

Tints of Viking #59BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 18.5%
G = 38.88%
B = 42.62%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59BBCD (or 0x59BBCD) is known color: Viking. HEX triplet: 59, BB and CD. RGB value is (89,187,205). Sum of RGB (Red+Green+Blue) = 89+187+205=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #59BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBCD is #A64432. Grayscale: #9F9F9F. Windows color (decimal): -10896435 or 13482841. OLE color: 13482841.

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

Color convert

RGB 89 187 205 -
CMYK 0.57 0.09 0 0.20
HSL 189.31º 0.54% 0.58% -
HSV(B) 189.31º 0.57% 0.8% -
XYZ 32.91 42.07 64.14 -
YUV 159.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 89 187 205 0.57 0.09 0 0.20 189.31 0.54 0.58
Hex 59 BB CD 39 9 0 14 BD 36 3A
Octal 131 273 315 71 11 0 24 275 66 72
Binary 1011001 10111011 11001101 111001 1001 0 10100 10111101 110110 111010

Color Harmonies of #59BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBCD

Black with #59BBCD

Text Example


Text Example

White with #59BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,187,205); }

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

background-color css

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

 a { background-color: rgb(89,187,205); }

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

border-color css

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

 span { border-color: rgb(89,187,205); }

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