#58617A

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

Shades of Chambray #58617A

Tints of Chambray #58617A

Color information

#58617A (or 0x58617A) is unknown color: approx Chambray. HEX triplet: 58, 61 and 7A. RGB value is (88,97,122). Sum of RGB (Red+Green+Blue) = 88+97+122=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #58617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58617A is #A79E85. Grayscale: #616161. Windows color (decimal): -10985094 or 8020312. OLE color: 8020312.

HSL color Cylindrical-coordinate representation of color #58617A: hue angle of 224.12º degrees, saturation: 0.16, 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 #58617A is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8897122-
CMYK0.280.2000.52
HSL224.12º16.19%41.18%-
HSV(B)224.12º27.87%47.84%-
XYZ11.8112.0320.11-
YUV97.16142.02121.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=28.66%
G=31.60%
B=39.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88971220.280.2000.52224.1216.1941.18
Hex58617A1C14034e01029
Octal13014117234240643402051
Binary101100011000011111010111001010001101001110000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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