#59BBCD

Color #59BBCD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #59BBCD

Tints of Viking #59BBCD

Color information

#59BBCD (or 0x59BBCD) is unknown color: approx 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

RGB89187205-
CMYK0.570.0900.20
HSL189.31º53.7%57.65%-
HSV(B)189.31º56.59%80.39%-
XYZ32.9142.0764.14-
YUV159.75153.5377.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.50%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=18.50%
G=38.88%
B=42.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891872050.570.0900.20189.3153.757.65
Hex59BBCD399014bd363a
Octal13127331571110242756672
Binary10110011011101111001101111001100101010010111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>