#555E7B

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

Shades of Chambray #555E7B

Tints of Chambray #555E7B

Color information

#555E7B (or 0x555E7B) is unknown color: approx Chambray. HEX triplet: 55, 5E and 7B. RGB value is (85,94,123). Sum of RGB (Red+Green+Blue) = 85+94+123=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #555E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E7B is #AAA184. Grayscale: #5E5E5E. Windows color (decimal): -11182469 or 8085077. OLE color: 8085077.

HSL color Cylindrical-coordinate representation of color #555E7B: hue angle of 225.79º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555E7B is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8594123-
CMYK0.310.2400.52
HSL225.79º18.27%40.78%-
HSV(B)225.79º30.89%48.24%-
XYZ11.3211.3720.34-
YUV94.62144.02121.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=28.15%
G=31.13%
B=40.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85941230.310.2400.52225.7918.2740.78
Hex555E7B1F18034e21229
Octal12513617337300643422251
Binary101010110111101111011111111100001101001110001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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