#585E70

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

Shades of Bright Grey #585E70

Tints of Bright Grey #585E70

Color information

#585E70 (or 0x585E70) is unknown color: approx Bright Grey. HEX triplet: 58, 5E and 70. RGB value is (88,94,112). Sum of RGB (Red+Green+Blue) = 88+94+112=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #585E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E70 is #A7A18F. Grayscale: #5E5E5E. Windows color (decimal): -10985872 or 7364184. OLE color: 7364184.

HSL color Cylindrical-coordinate representation of color #585E70: hue angle of 225º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585E70 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8894112-
CMYK0.210.1600.56
HSL225º12%39.22%-
HSV(B)225º21.43%43.92%-
XYZ10.9511.2516.92-
YUV94.26138.01123.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=29.93%
G=31.97%
B=38.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88941120.210.1600.562251239.22
Hex585E701510038e1c27
Octal13013616025200703411447
Binary10110001011110111000010101100000111000111000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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