#585E72

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

Shades of Chambray #585E72

Tints of Chambray #585E72

Color information

#585E72 (or 0x585E72) is unknown color: approx Chambray. HEX triplet: 58, 5E and 72. RGB value is (88,94,114). Sum of RGB (Red+Green+Blue) = 88+94+114=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #585E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E72 is #A7A18D. Grayscale: #5E5E5E. Windows color (decimal): -10985870 or 7495256. OLE color: 7495256.

HSL color Cylindrical-coordinate representation of color #585E72: hue angle of 226.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585E72 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8894114-
CMYK0.230.1800.55
HSL226.15º12.87%39.61%-
HSV(B)226.15º22.81%44.71%-
XYZ11.0611.317.52-
YUV94.49139.01123.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=29.73%
G=31.76%
B=38.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88941140.230.1800.55226.1512.8739.61
Hex585E721712037e2d28
Octal13013616227220673421550
Binary10110001011110111001010111100100110111111000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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