#59BBC1

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

Shades of Viking #59BBC1

Tints of Viking #59BBC1

Color information

#59BBC1 (or 0x59BBC1) is unknown color: approx Viking. HEX triplet: 59, BB and C1. RGB value is (89,187,193). Sum of RGB (Red+Green+Blue) = 89+187+193=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #59BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBC1 is #A6443E. Grayscale: #9E9E9E. Windows color (decimal): -10896447 or 12696409. OLE color: 12696409.

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

Color convert

RGB89187193-
CMYK0.540.0300.24
HSL183.46º45.61%55.29%-
HSV(B)183.46º53.89%75.69%-
XYZ31.5241.5156.8-
YUV158.38147.5378.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.98%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=18.98%
G=39.87%
B=41.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891871930.540.0300.24183.4645.6155.29
Hex59BBC1363018b72e37
Octal1312733016630302675667
Binary101100110111011110000011101101101100010110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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