Html Css Color HEX #585D62 Bright Grey

📋 copy color: '#585D62'

red 88 ◦ green 93 ◦ blue 98

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

Shades of Bright Grey #585D62

Tints of Bright Grey #585D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 31.54%
G = 33.33%
B = 35.13%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585D62 (or 0x585D62) is known color: Bright Grey. HEX triplet: 58, 5D and 62. RGB value is (88,93,98). Sum of RGB (Red+Green+Blue) = 88+93+98=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #585D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D62 is #A7A29D. Grayscale: #5C5C5C. Windows color (decimal): -10986142 or 6446424. OLE color: 6446424.

HSL color Cylindrical-coordinate representation of color #585D62: hue angle of 210º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #585D62 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 93 98 -
CMYK 0.10 0.05 0 0.62
HSL 210º 0.05% 0.36% -
HSV(B) 210º 0.1% 0.38% -
XYZ 10.14 10.79 13.1 -
YUV 92.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 88 93 98 0.10 0.05 0 0.62 210 0.05 0.36
Hex 58 5D 62 A 5 0 3E D2 5 24
Octal 130 135 142 12 5 0 76 322 5 44
Binary 1011000 1011101 1100010 1010 101 0 111110 11010010 101 100100

Color Harmonies of #585D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D62

Black with #585D62

Text Example


Text Example

White with #585D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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