#58617B

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

Shades of Chambray #58617B

Tints of Chambray #58617B

Color information

#58617B (or 0x58617B) is unknown color: approx Chambray. HEX triplet: 58, 61 and 7B. RGB value is (88,97,123). Sum of RGB (Red+Green+Blue) = 88+97+123=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #58617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58617B is #A79E84. Grayscale: #616161. Windows color (decimal): -10985093 or 8085848. OLE color: 8085848.

HSL color Cylindrical-coordinate representation of color #58617B: hue angle of 224.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58617B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8897123-
CMYK0.280.2100.52
HSL224.57º16.59%41.37%-
HSV(B)224.57º28.46%48.24%-
XYZ11.8712.0520.44-
YUV97.27142.52121.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=28.57%
G=31.49%
B=39.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88971230.280.2100.52224.5716.5941.37
Hex58617B1C15034e11129
Octal13014117334250643412151
Binary101100011000011111011111001010101101001110000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58617B; }

 p { color: rgb(88,97,123); }

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

<style>
 a { background-color: #58617B; }

 a { background-color: rgb(88,97,123); }

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

<style>
 span { border-color: #58617B; }

 span { border-color: rgb(88,97,123); }

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