#59BDC8

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

Shades of Viking #59BDC8

Tints of Viking #59BDC8

Color information

#59BDC8 (or 0x59BDC8) is unknown color: approx Viking. HEX triplet: 59, BD and C8. RGB value is (89,189,200). Sum of RGB (Red+Green+Blue) = 89+189+200=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #59BDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDC8 is #A64237. Grayscale: #A0A0A0. Windows color (decimal): -10895928 or 13155673. OLE color: 13155673.

HSL color Cylindrical-coordinate representation of color #59BDC8: hue angle of 185.95º 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 #59BDC8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB89189200-
CMYK0.560.0600.22
HSL185.95º50.23%56.67%-
HSV(B)185.95º55.5%78.43%-
XYZ32.7442.6961.16-
YUV160.35150.3777.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.62%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=18.62%
G=39.54%
B=41.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891892000.560.0600.22185.9550.2356.67
Hex59BDC8386016ba3239
Octal1312753107060262726271
Binary1011001101111011100100011100011001011010111010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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