#59BEC1

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

Shades of Viking #59BEC1

Tints of Viking #59BEC1

Color information

#59BEC1 (or 0x59BEC1) is unknown color: approx Viking. HEX triplet: 59, BE and C1. RGB value is (89,190,193). Sum of RGB (Red+Green+Blue) = 89+190+193=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #59BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEC1 is #A6413E. Grayscale: #A0A0A0. Windows color (decimal): -10895679 or 12697177. OLE color: 12697177.

HSL color Cylindrical-coordinate representation of color #59BEC1: hue angle of 181.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BEC1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89190193-
CMYK0.540.0200.24
HSL181.73º45.61%55.29%-
HSV(B)181.73º53.89%75.69%-
XYZ32.1642.857.02-
YUV160.14146.5477.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.86%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=18.86%
G=40.25%
B=40.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891901930.540.0200.24181.7345.6155.29
Hex59BEC1362018b62e37
Octal1312763016620302665667
Binary101100110111110110000011101101001100010110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,190,193); }

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

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

 a { background-color: rgb(89,190,193); }

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

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

 span { border-color: rgb(89,190,193); }

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