#555E7F

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

Shades of Chambray #555E7F

Tints of Chambray #555E7F

Color information

#555E7F (or 0x555E7F) is unknown color: approx Chambray. HEX triplet: 55, 5E and 7F. RGB value is (85,94,127). Sum of RGB (Red+Green+Blue) = 85+94+127=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #555E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E7F is #AAA180. Grayscale: #5E5E5E. Windows color (decimal): -11182465 or 8347221. OLE color: 8347221.

HSL color Cylindrical-coordinate representation of color #555E7F: hue angle of 227.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555E7F is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8594127-
CMYK0.330.2600.50
HSL227.14º19.81%41.57%-
HSV(B)227.14º33.07%49.8%-
XYZ11.5811.4721.68-
YUV95.07146.02120.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 127 (50% from 255) = 41.50%
R=27.78%
G=30.72%
B=41.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85941270.330.2600.50227.1419.8141.57
Hex555E7F211A032e3142a
Octal12513617741320623432452
Binary1010101101111011111111000011101001100101110001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555E7F; }

 p { color: rgb(85,94,127); }

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

<style>
 a { background-color: #555E7F; }

 a { background-color: rgb(85,94,127); }

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

<style>
 span { border-color: #555E7F; }

 span { border-color: rgb(85,94,127); }

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