#59B6CB

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

Shades of Viking #59B6CB

Tints of Viking #59B6CB

Color information

#59B6CB (or 0x59B6CB) is unknown color: approx Viking. HEX triplet: 59, B6 and CB. RGB value is (89,182,203). Sum of RGB (Red+Green+Blue) = 89+182+203=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #59B6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B6CB is #A64934. Grayscale: #9C9C9C. Windows color (decimal): -10897717 or 13350489. OLE color: 13350489.

HSL color Cylindrical-coordinate representation of color #59B6CB: hue angle of 191.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59B6CB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89182203-
CMYK0.560.1000.20
HSL191.05º52.29%57.25%-
HSV(B)191.05º56.16%79.61%-
XYZ31.6339.8962.53-
YUV156.59154.1979.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.78%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=18.78%
G=38.40%
B=42.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal891822030.560.1000.20191.0552.2957.25
Hex59B6CB38A014bf3439
Octal13126631370120242776471
Binary10110011011011011001011111000101001010010111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,182,203); }

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

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

 a { background-color: rgb(89,182,203); }

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

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

 span { border-color: rgb(89,182,203); }

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