Html Css Color HEX #585E66 Bright Grey

📋 copy color: '#585E66'

red 88 ◦ green 94 ◦ blue 102

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

Shades of Bright Grey #585E66

Tints of Bright Grey #585E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 30.99%
G = 33.1%
B = 35.92%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#585E66 (or 0x585E66) is known color: Bright Grey. HEX triplet: 58, 5E and 66. RGB value is (88,94,102). Sum of RGB (Red+Green+Blue) = 88+94+102=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #585E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E66 is #A7A199. Grayscale: #5D5D5D. Windows color (decimal): -10985882 or 6708824. OLE color: 6708824.

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

Color convert

RGB 88 94 102 -
CMYK 0.14 0.08 0 0.6
HSL 214.29º 0.07% 0.37% -
HSV(B) 214.29º 0.14% 0.4% -
XYZ 10.43 11.04 14.15 -
YUV 93.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 88 94 102 0.14 0.08 0 0.6 214.29 0.07 0.37
Hex 58 5E 66 E 8 0 3C D6 7 25
Octal 130 136 146 16 10 0 74 326 7 45
Binary 1011000 1011110 1100110 1110 1000 0 111100 11010110 111 100101

Color Harmonies of #585E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E66

Black with #585E66

Text Example


Text Example

White with #585E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,94,102); }

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

background-color css

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

 a { background-color: rgb(88,94,102); }

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

border-color css

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

 span { border-color: rgb(88,94,102); }

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