#58828D

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

Shades of Hoki #58828D

Tints of Hoki #58828D

Color information

#58828D (or 0x58828D) is unknown color: approx Hoki. HEX triplet: 58, 82 and 8D. RGB value is (88,130,141). Sum of RGB (Red+Green+Blue) = 88+130+141=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #58828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828D is #A77D72. Grayscale: #767676. Windows color (decimal): -10976627 or 9273944. OLE color: 9273944.

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

Color convert

RGB88130141-
CMYK0.380.0800.45
HSL192.45º23.14%44.9%-
HSV(B)192.45º37.59%55.29%-
XYZ16.8119.9628.17-
YUV118.7140.59106.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=24.51%
G=36.21%
B=39.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881301410.380.0800.45192.4523.1444.9
Hex58828D26802Dc0172d
Octal13020221546100553002755
Binary10110001000001010001101100110100001011011100000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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