#575E7A

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

Shades of Chambray #575E7A

Tints of Chambray #575E7A

Color information

#575E7A (or 0x575E7A) is unknown color: approx Chambray. HEX triplet: 57, 5E and 7A. RGB value is (87,94,122). Sum of RGB (Red+Green+Blue) = 87+94+122=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #575E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E7A is #A8A185. Grayscale: #5E5E5E. Windows color (decimal): -11051398 or 8019543. OLE color: 8019543.

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

Color convert

RGB8794122-
CMYK0.290.2300.52
HSL228º16.75%40.98%-
HSV(B)228º28.69%47.84%-
XYZ11.4511.4420.02-
YUV95.1143.18122.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=28.71%
G=31.02%
B=40.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87941220.290.2300.5222816.7540.98
Hex575E7A1D17034e41129
Octal12713617235270643442151
Binary101011110111101111010111011011101101001110010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575E7A; }

 p { color: rgb(87,94,122); }

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

<style>
 a { background-color: #575E7A; }

 a { background-color: rgb(87,94,122); }

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

<style>
 span { border-color: #575E7A; }

 span { border-color: rgb(87,94,122); }

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