Html Css Color HEX #585B60 Bright Grey

📋 copy color: '#585B60'

red 88 ◦ green 91 ◦ blue 96

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

Shades of Bright Grey #585B60

Tints of Bright Grey #585B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

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

R = 32%
G = 33.09%
B = 34.91%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585B60 (or 0x585B60) is known color: Bright Grey. HEX triplet: 58, 5B and 60. RGB value is (88,91,96). Sum of RGB (Red+Green+Blue) = 88+91+96=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: blue. Hex color #585B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B60 is #A7A49F. Grayscale: #5A5A5A. Windows color (decimal): -10986656 or 6314840. OLE color: 6314840.

HSL color Cylindrical-coordinate representation of color #585B60: hue angle of 217.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 #585B60 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 91 96 -
CMYK 0.08 0.05 0 0.62
HSL 217.5º 0.04% 0.36% -
HSV(B) 217.5º 0.08% 0.38% -
XYZ 9.88 10.4 12.55 -
YUV 90.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 88 91 96 0.08 0.05 0 0.62 217.5 0.04 0.36
Hex 58 5B 60 8 5 0 3E DA 4 24
Octal 130 133 140 10 5 0 76 332 4 44
Binary 1011000 1011011 1100000 1000 101 0 111110 11011010 100 100100

Color Harmonies of #585B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B60

Black with #585B60

Text Example


Text Example

White with #585B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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