#555D82

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

Shades of Chambray #555D82

Tints of Chambray #555D82

Color information

#555D82 (or 0x555D82) is unknown color: approx Chambray. HEX triplet: 55, 5D and 82. RGB value is (85,93,130). Sum of RGB (Red+Green+Blue) = 85+93+130=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #555D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D82 is #AAA27D. Grayscale: #5E5E5E. Windows color (decimal): -11182718 or 8543573. OLE color: 8543573.

HSL color Cylindrical-coordinate representation of color #555D82: hue angle of 229.33º 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 #555D82 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8593130-
CMYK0.350.2800.49
HSL229.33º20.93%42.16%-
HSV(B)229.33º34.62%50.98%-
XYZ11.6911.3722.7-
YUV94.83147.85120.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=27.60%
G=30.19%
B=42.21%

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
Decimal85931300.350.2800.49229.3320.9342.16
Hex555D82231C031e5152a
Octal12513520243340613452552
Binary10101011011101100000101000111110001100011110010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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