#59B0CA

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

Shades of Viking #59B0CA

Tints of Viking #59B0CA

Color information

#59B0CA (or 0x59B0CA) is unknown color: approx Viking. HEX triplet: 59, B0 and CA. RGB value is (89,176,202). Sum of RGB (Red+Green+Blue) = 89+176+202=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #59B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0CA is #A64F35. Grayscale: #989898. Windows color (decimal): -10899254 or 13283417. OLE color: 13283417.

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

Color convert

RGB89176202-
CMYK0.560.1300.21
HSL193.81º51.6%57.06%-
HSV(B)193.81º55.94%79.22%-
XYZ30.3137.4461.51-
YUV152.95155.6882.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.06%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=19.06%
G=37.69%
B=43.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891762020.560.1300.21193.8151.657.06
Hex59B0CA38D015c23439
Octal13126031270150253026471
Binary10110011011000011001010111000110101010111000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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