#555E83

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

Shades of Chambray #555E83

Tints of Chambray #555E83

Color information

#555E83 (or 0x555E83) is unknown color: approx Chambray. HEX triplet: 55, 5E and 83. RGB value is (85,94,131). Sum of RGB (Red+Green+Blue) = 85+94+131=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #555E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E83 is #AAA17C. Grayscale: #5F5F5F. Windows color (decimal): -11182461 or 8609365. OLE color: 8609365.

HSL color Cylindrical-coordinate representation of color #555E83: hue angle of 228.26º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555E83 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8594131-
CMYK0.350.2800.49
HSL228.26º21.3%42.35%-
HSV(B)228.26º35.11%51.37%-
XYZ11.8511.5823.08-
YUV95.53148.02120.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=27.42%
G=30.32%
B=42.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85941310.350.2800.49228.2621.342.35
Hex555E83231C031e4152a
Octal12513620343340613442552
Binary10101011011110100000111000111110001100011110010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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