#59B2CA

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

Shades of Viking #59B2CA

Tints of Viking #59B2CA

Color information

#59B2CA (or 0x59B2CA) is unknown color: approx Viking. HEX triplet: 59, B2 and CA. RGB value is (89,178,202). Sum of RGB (Red+Green+Blue) = 89+178+202=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #59B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B2CA is #A64D35. Grayscale: #999999. Windows color (decimal): -10898742 or 13283929. OLE color: 13283929.

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

Color convert

RGB89178202-
CMYK0.560.1200.21
HSL192.74º51.6%57.06%-
HSV(B)192.74º55.94%79.22%-
XYZ30.738.2361.64-
YUV154.12155.0181.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.98%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=18.98%
G=37.95%
B=43.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891782020.560.1200.21192.7451.657.06
Hex59B2CA38C015c13439
Octal13126231270140253016471
Binary10110011011001011001010111000110001010111000001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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