#59BECA

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

Shades of Viking #59BECA

Tints of Viking #59BECA

Color information

#59BECA (or 0x59BECA) is unknown color: approx Viking. HEX triplet: 59, BE and CA. RGB value is (89,190,202). Sum of RGB (Red+Green+Blue) = 89+190+202=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #59BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BECA is #A64135. Grayscale: #A1A1A1. Windows color (decimal): -10895670 or 13287001. OLE color: 13287001.

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

Color convert

RGB89190202-
CMYK0.560.0600.21
HSL186.37º51.6%57.06%-
HSV(B)186.37º55.94%79.22%-
XYZ33.1943.2262.47-
YUV161.17151.0476.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.50%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=18.50%
G=39.50%
B=42.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891902020.560.0600.21186.3751.657.06
Hex59BECA386015ba3439
Octal1312763127060252726471
Binary1011001101111101100101011100011001010110111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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