#585F79

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

Shades of Chambray #585F79

Tints of Chambray #585F79

Color information

#585F79 (or 0x585F79) is unknown color: approx Chambray. HEX triplet: 58, 5F and 79. RGB value is (88,95,121). Sum of RGB (Red+Green+Blue) = 88+95+121=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #585F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F79 is #A7A086. Grayscale: #5F5F5F. Windows color (decimal): -10985607 or 7954264. OLE color: 7954264.

HSL color Cylindrical-coordinate representation of color #585F79: hue angle of 227.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585F79 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8895121-
CMYK0.270.2100.53
HSL227.27º15.79%40.98%-
HSV(B)227.27º27.27%47.45%-
XYZ11.5711.6419.73-
YUV95.87142.18122.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=28.95%
G=31.25%
B=39.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88951210.270.2100.53227.2715.7940.98
Hex585F791B15035e31029
Octal13013717133250653432051
Binary101100010111111111001110111010101101011110001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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