Html Css Color HEX #585D67 Bright Grey

📋 copy color: '#585D67'

red 88 ◦ green 93 ◦ blue 103

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

Shades of Bright Grey #585D67

Tints of Bright Grey #585D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 30.99%
G = 32.75%
B = 36.27%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585D67 (or 0x585D67) is known color: Bright Grey. HEX triplet: 58, 5D and 67. RGB value is (88,93,103). Sum of RGB (Red+Green+Blue) = 88+93+103=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #585D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D67 is #A7A298. Grayscale: #5C5C5C. Windows color (decimal): -10986137 or 6774104. OLE color: 6774104.

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

Color convert

RGB 88 93 103 -
CMYK 0.15 0.10 0 0.60
HSL 220º 0.08% 0.37% -
HSV(B) 220º 0.15% 0.4% -
XYZ 10.39 10.88 14.39 -
YUV 92.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 88 93 103 0.15 0.10 0 0.60 220 0.08 0.37
Hex 58 5D 67 F A 0 3C DC 8 25
Octal 130 135 147 17 12 0 74 334 10 45
Binary 1011000 1011101 1100111 1111 1010 0 111100 11011100 1000 100101

Color Harmonies of #585D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D67

Black with #585D67

Text Example


Text Example

White with #585D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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