#555D73

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

Shades of Chambray #555D73

Tints of Chambray #555D73

Color information

#555D73 (or 0x555D73) is unknown color: approx Chambray. HEX triplet: 55, 5D and 73. RGB value is (85,93,115). Sum of RGB (Red+Green+Blue) = 85+93+115=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #555D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D73 is #AAA28C. Grayscale: #5D5D5D. Windows color (decimal): -11182733 or 7560533. OLE color: 7560533.

HSL color Cylindrical-coordinate representation of color #555D73: hue angle of 224º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555D73 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8593115-
CMYK0.260.1900.55
HSL224º15%39.22%-
HSV(B)224º26.09%45.1%-
XYZ10.761117.78-
YUV93.12140.35122.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=29.01%
G=31.74%
B=39.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85931150.260.1900.552241539.22
Hex555D731A13037e0f27
Octal12513516332230673401747
Binary10101011011101111001111010100110110111111000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,93,115); }

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

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

 a { background-color: rgb(85,93,115); }

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

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

 span { border-color: rgb(85,93,115); }

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