Html Css Color HEX #585D66 Bright Grey

📋 copy color: '#585D66'

red 88 ◦ green 93 ◦ blue 102

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

Shades of Bright Grey #585D66

Tints of Bright Grey #585D66

RGB

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

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

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

R = 31.1%
G = 32.86%
B = 36.04%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#585D66 (or 0x585D66) is known color: Bright Grey. HEX triplet: 58, 5D and 66. RGB value is (88,93,102). Sum of RGB (Red+Green+Blue) = 88+93+102=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #585D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D66 is #A7A299. Grayscale: #5C5C5C. Windows color (decimal): -10986138 or 6708568. OLE color: 6708568.

HSL color Cylindrical-coordinate representation of color #585D66: hue angle of 218.57º 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 #585D66 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 93 102 -
CMYK 0.14 0.09 0 0.6
HSL 218.57º 0.07% 0.37% -
HSV(B) 218.57º 0.14% 0.4% -
XYZ 10.34 10.86 14.12 -
YUV 92.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 88 93 102 0.14 0.09 0 0.6 218.57 0.07 0.37
Hex 58 5D 66 E 9 0 3C DB 7 25
Octal 130 135 146 16 11 0 74 333 7 45
Binary 1011000 1011101 1100110 1110 1001 0 111100 11011011 111 100101

Color Harmonies of #585D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D66

Black with #585D66

Text Example


Text Example

White with #585D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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