#59BDC9

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

Shades of Viking #59BDC9

Tints of Viking #59BDC9

Color information

#59BDC9 (or 0x59BDC9) is unknown color: approx Viking. HEX triplet: 59, BD and C9. RGB value is (89,189,201). Sum of RGB (Red+Green+Blue) = 89+189+201=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #59BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDC9 is #A64236. Grayscale: #A0A0A0. Windows color (decimal): -10895927 or 13221209. OLE color: 13221209.

HSL color Cylindrical-coordinate representation of color #59BDC9: hue angle of 186.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BDC9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89189201-
CMYK0.560.0600.21
HSL186.43º50.91%56.86%-
HSV(B)186.43º55.72%78.82%-
XYZ32.8642.7461.78-
YUV160.47150.8777.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.58%
GREEN value IS 189 (74.22% from 255) = 39.46%
BLUE value IS 201 (78.91% from 255) = 41.96%
R=18.58%
G=39.46%
B=41.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891892010.560.0600.21186.4350.9156.86
Hex59BDC9386015ba3339
Octal1312753117060252726371
Binary1011001101111011100100111100011001010110111010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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