#58828A

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

Shades of Hoki #58828A

Tints of Hoki #58828A

Color information

#58828A (or 0x58828A) is unknown color: approx Hoki. HEX triplet: 58, 82 and 8A. RGB value is (88,130,138). Sum of RGB (Red+Green+Blue) = 88+130+138=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #58828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828A is #A77D75. Grayscale: #767676. Windows color (decimal): -10976630 or 9077336. OLE color: 9077336.

HSL color Cylindrical-coordinate representation of color #58828A: hue angle of 189.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58828A is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88130138-
CMYK0.360.0600.46
HSL189.6º22.12%44.31%-
HSV(B)189.6º36.23%54.12%-
XYZ16.5919.8727.01-
YUV118.35139.09106.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=24.72%
G=36.52%
B=38.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881301380.360.0600.46189.622.1244.31
Hex58828A24602Ebe162c
Octal1302022124460562762654
Binary1011000100000101000101010010011001011101011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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