#58818C

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

Shades of Hoki #58818C

Tints of Hoki #58818C

Color information

#58818C (or 0x58818C) is unknown color: approx Hoki. HEX triplet: 58, 81 and 8C. RGB value is (88,129,140). Sum of RGB (Red+Green+Blue) = 88+129+140=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #58818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58818C is #A77E73. Grayscale: #757575. Windows color (decimal): -10976884 or 9208152. OLE color: 9208152.

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

Color convert

RGB88129140-
CMYK0.370.0800.45
HSL192.69º22.81%44.71%-
HSV(B)192.69º37.14%54.9%-
XYZ16.6119.6727.73-
YUV118140.42106.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=24.65%
G=36.13%
B=39.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881291400.370.0800.45192.6922.8144.71
Hex58818C25802Dc1172d
Octal13020121445100553012755
Binary10110001000000110001100100101100001011011100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,129,140); }

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

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

 a { background-color: rgb(88,129,140); }

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

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

 span { border-color: rgb(88,129,140); }

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