#59BDCD

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

Shades of Viking #59BDCD

Tints of Viking #59BDCD

Color information

#59BDCD (or 0x59BDCD) is unknown color: approx Viking. HEX triplet: 59, BD and CD. RGB value is (89,189,205). Sum of RGB (Red+Green+Blue) = 89+189+205=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #59BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDCD is #A64232. Grayscale: #A0A0A0. Windows color (decimal): -10895923 or 13483353. OLE color: 13483353.

HSL color Cylindrical-coordinate representation of color #59BDCD: hue angle of 188.28º 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 #59BDCD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89189205-
CMYK0.570.0800.20
HSL188.28º53.7%57.65%-
HSV(B)188.28º56.59%80.39%-
XYZ33.3442.9364.29-
YUV160.92152.8776.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.43%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=18.43%
G=39.13%
B=42.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891892050.570.0800.20188.2853.757.65
Hex59BDCD398014bc363a
Octal13127531571100242746672
Binary10110011011110111001101111001100001010010111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59BDCD;
 }
 .AnyTagClassName
 {
   color: #59BDCD;
 }
</style>
background-color css

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

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

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

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

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

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