#555C76

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

Shades of Chambray #555C76

Tints of Chambray #555C76

Color information

#555C76 (or 0x555C76) is unknown color: approx Chambray. HEX triplet: 55, 5C and 76. RGB value is (85,92,118). Sum of RGB (Red+Green+Blue) = 85+92+118=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #555C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C76 is #AAA389. Grayscale: #5C5C5C. Windows color (decimal): -11182986 or 7756885. OLE color: 7756885.

HSL color Cylindrical-coordinate representation of color #555C76: hue angle of 227.27º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555C76 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8592118-
CMYK0.280.2200.54
HSL227.27º16.26%39.8%-
HSV(B)227.27º27.97%46.27%-
XYZ10.8410.8918.67-
YUV92.87142.18122.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 118 (46.48% from 255) = 40%
R=28.81%
G=31.19%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85921180.280.2200.54227.2716.2639.8
Hex555C761C16036e31028
Octal12513416634260663432050
Binary101010110111001110110111001011001101101110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,118); }

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

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

 a { background-color: rgb(85,92,118); }

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

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

 span { border-color: rgb(85,92,118); }

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