#59BCD2

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

Shades of Viking #59BCD2

Tints of Viking #59BCD2

Color information

#59BCD2 (or 0x59BCD2) is unknown color: approx Viking. HEX triplet: 59, BC and D2. RGB value is (89,188,210). Sum of RGB (Red+Green+Blue) = 89+188+210=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #59BCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCD2 is #A6432D. Grayscale: #A0A0A0. Windows color (decimal): -10896174 or 13810777. OLE color: 13810777.

HSL color Cylindrical-coordinate representation of color #59BCD2: hue angle of 190.91º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59BCD2 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89188210-
CMYK0.580.1000.18
HSL190.91º57.35%58.63%-
HSV(B)190.91º57.62%82.35%-
XYZ33.7442.7467.45-
YUV160.91155.776.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.28%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 210 (82.42% from 255) = 43.12%
R=18.28%
G=38.60%
B=43.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891882100.580.1000.18190.9157.3558.63
Hex59BCD23AA012bf393b
Octal13127432272120222777173
Binary10110011011110011010010111010101001001010111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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