#59B0C8

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

Shades of Viking #59B0C8

Tints of Viking #59B0C8

Color information

#59B0C8 (or 0x59B0C8) is unknown color: approx Viking. HEX triplet: 59, B0 and C8. RGB value is (89,176,200). Sum of RGB (Red+Green+Blue) = 89+176+200=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #59B0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0C8 is #A64F37. Grayscale: #989898. Windows color (decimal): -10899256 or 13152345. OLE color: 13152345.

HSL color Cylindrical-coordinate representation of color #59B0C8: hue angle of 192.97º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59B0C8 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB89176200-
CMYK0.560.1200.22
HSL192.97º50.23%56.67%-
HSV(B)192.97º55.5%78.43%-
XYZ30.0737.3460.27-
YUV152.72154.6882.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.14%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=19.14%
G=37.85%
B=43.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891762000.560.1200.22192.9750.2356.67
Hex59B0C838C016c13239
Octal13126031070140263016271
Binary10110011011000011001000111000110001011011000001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,176,200); }

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

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

 a { background-color: rgb(89,176,200); }

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

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

 span { border-color: rgb(89,176,200); }

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