#59bbc2

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

Shades of Viking #59BBC2

Tints of Viking #59BBC2

Color information

#59BBC2 (or 0x59BBC2) is unknown color: approx Viking. HEX triplet: 59, BB and C2. RGB value is (89,187,194). Sum of RGB (Red+Green+Blue) = 89+187+194=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #59BBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBC2 is #A6443D. Grayscale: #9E9E9E. Windows color (decimal): -10896446 or 12761945. OLE color: 12761945.

HSL color Cylindrical-coordinate representation of color #59BBC2: hue angle of 184º 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 #59BBC2 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89187194-
CMYK0.540.0400.24
HSL184º46.26%55.49%-
HSV(B)184º54.12%76.08%-
XYZ31.6341.5657.39-
YUV158.5148.0378.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.94%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 194 (76.17% from 255) = 41.28%
R=18.94%
G=39.79%
B=41.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891871940.540.0400.2418446.2655.49
Hex59BBC2364018b82e37
Octal1312733026640302705667
Binary1011001101110111100001011011010001100010111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59bbc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,187,194); }

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

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

 a { background-color: rgb(89,187,194); }

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

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

 span { border-color: rgb(89,187,194); }

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