#59B4C9

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

Shades of Viking #59B4C9

Tints of Viking #59B4C9

Color information

#59B4C9 (or 0x59B4C9) is unknown color: approx Viking. HEX triplet: 59, B4 and C9. RGB value is (89,180,201). Sum of RGB (Red+Green+Blue) = 89+180+201=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #59B4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B4C9 is #A64B36. Grayscale: #9B9B9B. Windows color (decimal): -10898231 or 13218905. OLE color: 13218905.

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

Color convert

RGB89180201-
CMYK0.560.1000.21
HSL191.25º50.91%56.86%-
HSV(B)191.25º55.72%78.82%-
XYZ30.9838.9861.15-
YUV155.18153.8580.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.94%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=18.94%
G=38.30%
B=42.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891802010.560.1000.21191.2550.9156.86
Hex59B4C938A015bf3339
Octal13126431170120252776371
Binary10110011011010011001001111000101001010110111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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