#58828c

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

Shades of Hoki #58828C

Tints of Hoki #58828C

Color information

#58828C (or 0x58828C) is unknown color: approx Hoki. HEX triplet: 58, 82 and 8C. RGB value is (88,130,140). Sum of RGB (Red+Green+Blue) = 88+130+140=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #58828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828C is #A77D73. Grayscale: #767676. Windows color (decimal): -10976628 or 9208408. OLE color: 9208408.

HSL color Cylindrical-coordinate representation of color #58828C: hue angle of 191.54º 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 #58828C is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88130140-
CMYK0.370.0700.45
HSL191.54º22.81%44.71%-
HSV(B)191.54º37.14%54.9%-
XYZ16.7419.9327.78-
YUV118.58140.09106.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=24.58%
G=36.31%
B=39.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881301400.370.0700.45191.5422.8144.71
Hex58828C25702Dc0172d
Octal1302022144570553002755
Binary1011000100000101000110010010111101011011100000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58828c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58828c; }

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

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

<style>
 a { background-color: #58828c; }

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

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

<style>
 span { border-color: #58828c; }

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

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