Html Css Color HEX #585D6E Bright Grey

📋 copy color: '#585D6E'

red 88 ◦ green 93 ◦ blue 110

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

Shades of Bright Grey #585D6E

Tints of Bright Grey #585D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 30.24%
G = 31.96%
B = 37.8%

CMYK

 C value IS 0.2

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#585D6E (or 0x585D6E) is known color: Bright Grey. HEX triplet: 58, 5D and 6E. RGB value is (88,93,110). Sum of RGB (Red+Green+Blue) = 88+93+110=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #585D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D6E is #A7A291. Grayscale: #5D5D5D. Windows color (decimal): -10986130 or 7232856. OLE color: 7232856.

HSL color Cylindrical-coordinate representation of color #585D6E: hue angle of 226.36º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585D6E is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 93 110 -
CMYK 0.2 0.15 0 0.57
HSL 226.36º 0.11% 0.39% -
HSV(B) 226.36º 0.2% 0.43% -
XYZ 10.75 11.03 16.31 -
YUV 93.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 88 93 110 0.2 0.15 0 0.57 226.36 0.11 0.39
Hex 58 5D 6E 14 F 0 39 E2 B 27
Octal 130 135 156 24 17 0 71 342 13 47
Binary 1011000 1011101 1101110 10100 1111 0 111001 11100010 1011 100111

Color Harmonies of #585D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D6E

Black with #585D6E

Text Example


Text Example

White with #585D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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