Html Css Color HEX #585D65 Bright Grey

📋 copy color: '#585D65'

red 88 ◦ green 93 ◦ blue 101

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

Shades of Bright Grey #585D65

Tints of Bright Grey #585D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 31.21%
G = 32.98%
B = 35.82%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585D65 (or 0x585D65) is known color: Bright Grey. HEX triplet: 58, 5D and 65. RGB value is (88,93,101). Sum of RGB (Red+Green+Blue) = 88+93+101=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #585D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D65 is #A7A29A. Grayscale: #5C5C5C. Windows color (decimal): -10986139 or 6643032. OLE color: 6643032.

HSL color Cylindrical-coordinate representation of color #585D65: hue angle of 216.92º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #585D65 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 93 101 -
CMYK 0.13 0.08 0 0.60
HSL 216.92º 0.07% 0.37% -
HSV(B) 216.92º 0.13% 0.4% -
XYZ 10.29 10.84 13.86 -
YUV 92.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 88 93 101 0.13 0.08 0 0.60 216.92 0.07 0.37
Hex 58 5D 65 D 8 0 3C D9 7 25
Octal 130 135 145 15 10 0 74 331 7 45
Binary 1011000 1011101 1100101 1101 1000 0 111100 11011001 111 100101

Color Harmonies of #585D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D65

Black with #585D65

Text Example


Text Example

White with #585D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,101); }

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

background-color css

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

 a { background-color: rgb(88,93,101); }

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

border-color css

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

 span { border-color: rgb(88,93,101); }

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