#58607F

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

Shades of Chambray #58607F

Tints of Chambray #58607F

Color information

#58607F (or 0x58607F) is unknown color: approx Chambray. HEX triplet: 58, 60 and 7F. RGB value is (88,96,127). Sum of RGB (Red+Green+Blue) = 88+96+127=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #58607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58607F is #A79F80. Grayscale: #616161. Windows color (decimal): -10985345 or 8347736. OLE color: 8347736.

HSL color Cylindrical-coordinate representation of color #58607F: hue angle of 227.69º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58607F is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8896127-
CMYK0.310.2400.50
HSL227.69º18.14%42.16%-
HSV(B)227.69º30.71%49.8%-
XYZ12.0411.9721.76-
YUV97.14144.85121.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 127 (50% from 255) = 40.84%
R=28.30%
G=30.87%
B=40.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88961270.310.2400.50227.6918.1442.16
Hex58607F1F18032e4122a
Octal13014017737300623442252
Binary101100011000001111111111111100001100101110010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58607F; }

 p { color: rgb(88,96,127); }

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

<style>
 a { background-color: #58607F; }

 a { background-color: rgb(88,96,127); }

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

<style>
 span { border-color: #58607F; }

 span { border-color: rgb(88,96,127); }

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