Html Css Color HEX #585D64 Bright Grey

📋 copy color: '#585D64'

red 88 ◦ green 93 ◦ blue 100

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

Shades of Bright Grey #585D64

Tints of Bright Grey #585D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 31.32%
G = 33.1%
B = 35.59%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585D64 (or 0x585D64) is known color: Bright Grey. HEX triplet: 58, 5D and 64. RGB value is (88,93,100). Sum of RGB (Red+Green+Blue) = 88+93+100=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #585D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D64 is #A7A29B. Grayscale: #5C5C5C. Windows color (decimal): -10986140 or 6577496. OLE color: 6577496.

HSL color Cylindrical-coordinate representation of color #585D64: hue angle of 215º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #585D64 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 93 100 -
CMYK 0.12 0.07 0 0.61
HSL 215º 0.06% 0.37% -
HSV(B) 215º 0.12% 0.39% -
XYZ 10.24 10.82 13.61 -
YUV 92.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 88 93 100 0.12 0.07 0 0.61 215 0.06 0.37
Hex 58 5D 64 C 7 0 3D D7 6 25
Octal 130 135 144 14 7 0 75 327 6 45
Binary 1011000 1011101 1100100 1100 111 0 111101 11010111 110 100101

Color Harmonies of #585D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D64

Black with #585D64

Text Example


Text Example

White with #585D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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