#555E85

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

Shades of Chambray #555E85

Tints of Chambray #555E85

Color information

#555E85 (or 0x555E85) is unknown color: approx Chambray. HEX triplet: 55, 5E and 85. RGB value is (85,94,133). Sum of RGB (Red+Green+Blue) = 85+94+133=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #555E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E85 is #AAA17A. Grayscale: #5F5F5F. Windows color (decimal): -11182459 or 8740437. OLE color: 8740437.

HSL color Cylindrical-coordinate representation of color #555E85: hue angle of 228.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555E85 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8594133-
CMYK0.360.2900.48
HSL228.75º22.02%42.75%-
HSV(B)228.75º36.09%52.16%-
XYZ11.9811.6323.8-
YUV95.76149.02120.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=27.24%
G=30.13%
B=42.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85941330.360.2900.48228.7522.0242.75
Hex555E85241D030e5162b
Octal12513620544350603452653
Binary10101011011110100001011001001110101100001110010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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