#59798C

Color #59798C Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #59798C

Tints of Hoki #59798C

Color information

#59798C (or 0x59798C) is unknown color: approx Hoki. HEX triplet: 59, 79 and 8C. RGB value is (89,121,140). Sum of RGB (Red+Green+Blue) = 89+121+140=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #59798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59798C is #A68673. Grayscale: #717171. Windows color (decimal): -10913396 or 9206105. OLE color: 9206105.

HSL color Cylindrical-coordinate representation of color #59798C: hue angle of 202.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59798C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89121140-
CMYK0.360.1400.45
HSL202.35º22.27%44.9%-
HSV(B)202.35º36.43%54.9%-
XYZ15.6917.6927.4-
YUV113.6142.9110.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 140 (55.08% from 255) = 40%
R=25.43%
G=34.57%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891211400.360.1400.45202.3522.2744.9
Hex59798C24E02Dca162d
Octal13117121444160553122655
Binary1011001111100110001100100100111001011011100101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59798C; }

 p { color: rgb(89,121,140); }

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

<style>
 a { background-color: #59798C; }

 a { background-color: rgb(89,121,140); }

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

<style>
 span { border-color: #59798C; }

 span { border-color: rgb(89,121,140); }

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