Html Css Color HEX #585960 Bright Grey

📋 copy color: '#585960'

red 88 ◦ green 89 ◦ blue 96

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

Shades of Bright Grey #585960

Tints of Bright Grey #585960

RGB

 RED value IS 88 (34.77% from 255) = 32.23%

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 32.23%
G = 32.6%
B = 35.16%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585960 (or 0x585960) is known color: Bright Grey. HEX triplet: 58, 59 and 60. RGB value is (88,89,96). Sum of RGB (Red+Green+Blue) = 88+89+96=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #585960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585960 is #A7A69F. Grayscale: #595959. Windows color (decimal): -10987168 or 6314328. OLE color: 6314328.

HSL color Cylindrical-coordinate representation of color #585960: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585960 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 89 96 -
CMYK 0.08 0.07 0 0.62
HSL 232.5º 0.04% 0.36% -
HSV(B) 232.5º 0.08% 0.38% -
XYZ 9.71 10.06 12.5 -
YUV 89.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 88 89 96 0.08 0.07 0 0.62 232.5 0.04 0.36
Hex 58 59 60 8 7 0 3E E8 4 24
Octal 130 131 140 10 7 0 76 350 4 44
Binary 1011000 1011001 1100000 1000 111 0 111110 11101000 100 100100

Color Harmonies of #585960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585960

Black with #585960

Text Example


Text Example

White with #585960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585960; }

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

 H1.HeaderClassName
 {
   color: #585960;
 }
 .AnyTagClassName
 {
   color: #585960;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #585960;
 }
 .BgClassName
 {
   background-color: #585960;
 }
</style>

border-color css

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

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

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