#59BACE

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

Shades of Viking #59BACE

Tints of Viking #59BACE

Color information

#59BACE (or 0x59BACE) is unknown color: approx Viking. HEX triplet: 59, BA and CE. RGB value is (89,186,206). Sum of RGB (Red+Green+Blue) = 89+186+206=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #59BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BACE is #A64531. Grayscale: #9F9F9F. Windows color (decimal): -10896690 or 13548121. OLE color: 13548121.

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

Color convert

RGB89186206-
CMYK0.570.1000.19
HSL190.26º54.42%57.84%-
HSV(B)190.26º56.8%80.78%-
XYZ32.8241.764.71-
YUV159.28154.3677.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.50%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=18.50%
G=38.67%
B=42.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891862060.570.1000.19190.2654.4257.84
Hex59BACE39A013be363a
Octal13127231671120232766672
Binary10110011011101011001110111001101001001110111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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