Html Css Color HEX #58595A Bright Grey

📋 copy color: '#58595A'

red 88 ◦ green 89 ◦ blue 90

#58595A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #58595A

Tints of Bright Grey #58595A

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 value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58595A (or 0x58595A) is known color: 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

RGB 88 89 90 -
CMYK 0.02 0.01 0 0.65
HSL 210º 0.01% 0.35% -
HSV(B) 210º 0.02% 0.35% -
XYZ 9.44 9.96 11.1 -
YUV 88.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 88 89 90 0.02 0.01 0 0.65 210 0.01 0.35
Hex 58 59 5A 2 1 0 41 D2 1 23
Octal 130 131 132 2 1 0 101 322 1 43
Binary 1011000 1011001 1011010 10 1 0 1000001 11010010 1 100011

Color Harmonies of #58595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58595A

Black with #58595A

Text Example


Text Example

White with #58595A

Text Example


Text Example

HTML Codes & Css Web 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>