#59BCD0

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

Shades of Viking #59BCD0

Tints of Viking #59BCD0

Color information

#59BCD0 (or 0x59BCD0) is unknown color: approx Viking. HEX triplet: 59, BC and D0. RGB value is (89,188,208). Sum of RGB (Red+Green+Blue) = 89+188+208=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #59BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCD0 is #A6432F. Grayscale: #A0A0A0. Windows color (decimal): -10896176 or 13679705. OLE color: 13679705.

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

Color convert

RGB89188208-
CMYK0.570.1000.18
HSL190.08º55.87%58.24%-
HSV(B)190.08º57.21%81.57%-
XYZ33.4942.6466.14-
YUV160.68154.776.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.35%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=18.35%
G=38.76%
B=42.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891882080.570.1000.18190.0855.8758.24
Hex59BCD039A012be383a
Octal13127432071120222767072
Binary10110011011110011010000111001101001001010111110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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