#58595A

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

Shades of Bright Grey #58595A

Tints of Bright Grey #58595A

Color information

#58595A (or 0x58595A) is unknown color: approx Bright Grey. HEX triplet: 58, 59 and 5A. RGB value is (88,89,90). Sum of RGB (Red+Green+Blue) = 88+89+90=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 90 - color contains mainly: blue. Hex color #58595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58595A is #A7A6A5. Grayscale: #585858. Windows color (decimal): -10987174 or 5921112. OLE color: 5921112.

HSL color Cylindrical-coordinate representation of color #58595A: hue angle of 210º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #58595A is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB888990-
CMYK0.020.0100.65
HSL210º1.12%34.9%-
HSV(B)210º2.22%35.29%-
XYZ9.449.9611.1-
YUV88.82128.67127.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 89 (35.16% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=32.96%
G=33.33%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889900.020.0100.652101.1234.9
Hex58595A21041d2123
Octal130131132210101322143
Binary10110001011001101101010101000001110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,89,90); }

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

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

 a { background-color: rgb(88,89,90); }

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

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

 span { border-color: rgb(88,89,90); }

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