#585F77

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

Shades of Chambray #585F77

Tints of Chambray #585F77

Color information

#585F77 (or 0x585F77) is unknown color: approx Chambray. HEX triplet: 58, 5F and 77. RGB value is (88,95,119). Sum of RGB (Red+Green+Blue) = 88+95+119=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #585F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F77 is #A7A088. Grayscale: #5F5F5F. Windows color (decimal): -10985609 or 7823192. OLE color: 7823192.

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

Color convert

RGB8895119-
CMYK0.260.2000.53
HSL226.45º14.98%40.59%-
HSV(B)226.45º26.05%46.67%-
XYZ11.4511.5919.09-
YUV95.64141.18122.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=29.14%
G=31.46%
B=39.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88951190.260.2000.53226.4514.9840.59
Hex585F771A14035e2f29
Octal13013716732240653421751
Binary10110001011111111011111010101000110101111000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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