#585E67

Color #585E67 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #585E67

Tints of Bright Grey #585E67

Color information

#585E67 (or 0x585E67) is unknown color: approx Bright Grey. HEX triplet: 58, 5E and 67. RGB value is (88,94,103). Sum of RGB (Red+Green+Blue) = 88+94+103=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #585E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E67 is #A7A198. Grayscale: #5D5D5D. Windows color (decimal): -10985881 or 6774360. OLE color: 6774360.

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

Color convert

RGB8894103-
CMYK0.150.0900.60
HSL216º7.85%37.45%-
HSV(B)216º14.56%40.39%-
XYZ10.4811.0614.41-
YUV93.23133.51124.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=30.88%
G=32.98%
B=36.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88941030.150.0900.602167.8537.45
Hex585E67F903Cd8825
Octal13013614717110743301045
Binary101100010111101100111111110010111100110110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #585E67;
 }
 .AnyTagClassName
 {
   color: #585E67;
 }
</style>
background-color css

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

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

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

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

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

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