#585F74

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

Shades of Chambray #585F74

Tints of Chambray #585F74

Color information

#585F74 (or 0x585F74) is unknown color: approx Chambray. HEX triplet: 58, 5F and 74. RGB value is (88,95,116). Sum of RGB (Red+Green+Blue) = 88+95+116=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #585F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F74 is #A7A08B. Grayscale: #5F5F5F. Windows color (decimal): -10985612 or 7626584. OLE color: 7626584.

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

Color convert

RGB8895116-
CMYK0.240.1800.55
HSL225º13.73%40%-
HSV(B)225º24.14%45.49%-
XYZ11.2711.5218.15-
YUV95.3139.68122.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=29.43%
G=31.77%
B=38.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88951160.240.1800.5522513.7340
Hex585F741812037e1e28
Octal13013716430220673411650
Binary10110001011111111010011000100100110111111000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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