#585F70

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

Shades of Bright Grey #585F70

Tints of Bright Grey #585F70

Color information

#585F70 (or 0x585F70) is unknown color: approx Bright Grey. HEX triplet: 58, 5F and 70. RGB value is (88,95,112). Sum of RGB (Red+Green+Blue) = 88+95+112=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #585F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F70 is #A7A08F. Grayscale: #5E5E5E. Windows color (decimal): -10985616 or 7364440. OLE color: 7364440.

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

Color convert

RGB8895112-
CMYK0.210.1500.56
HSL222.5º12%39.22%-
HSV(B)222.5º21.43%43.92%-
XYZ11.0411.4316.95-
YUV94.84137.68123.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=29.83%
G=32.20%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88951120.210.1500.56222.51239.22
Hex585F7015F038dec27
Octal13013716025170703361447
Binary1011000101111111100001010111110111000110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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