#59BCCD

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

Shades of Viking #59BCCD

Tints of Viking #59BCCD

Color information

#59BCCD (or 0x59BCCD) is unknown color: approx Viking. HEX triplet: 59, BC and CD. RGB value is (89,188,205). Sum of RGB (Red+Green+Blue) = 89+188+205=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #59BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCCD is #A64332. Grayscale: #A0A0A0. Windows color (decimal): -10896179 or 13483097. OLE color: 13483097.

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

Color convert

RGB89188205-
CMYK0.570.0800.20
HSL188.79º53.7%57.65%-
HSV(B)188.79º56.59%80.39%-
XYZ33.1242.564.21-
YUV160.34153.277.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.46%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=18.46%
G=39.00%
B=42.53%

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
Decimal891882050.570.0800.20188.7953.757.65
Hex59BCCD398014bd363a
Octal13127431571100242756672
Binary10110011011110011001101111001100001010010111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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