#59B4CE

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

Shades of Viking #59B4CE

Tints of Viking #59B4CE

Color information

#59B4CE (or 0x59B4CE) is unknown color: approx Viking. HEX triplet: 59, B4 and CE. RGB value is (89,180,206). Sum of RGB (Red+Green+Blue) = 89+180+206=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #59B4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B4CE is #A64B31. Grayscale: #9B9B9B. Windows color (decimal): -10898226 or 13546585. OLE color: 13546585.

HSL color Cylindrical-coordinate representation of color #59B4CE: hue angle of 193.33º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59B4CE is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89180206-
CMYK0.570.1300.19
HSL193.33º54.42%57.84%-
HSV(B)193.33º56.8%80.78%-
XYZ31.5839.2264.3-
YUV155.76156.3580.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.74%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=18.74%
G=37.89%
B=43.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891802060.570.1300.19193.3354.4257.84
Hex59B4CE39D013c1363a
Octal13126431671150233016672
Binary10110011011010011001110111001110101001111000001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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