#555D84

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

Shades of Chambray #555D84

Tints of Chambray #555D84

Color information

#555D84 (or 0x555D84) is unknown color: approx Chambray. HEX triplet: 55, 5D and 84. RGB value is (85,93,132). Sum of RGB (Red+Green+Blue) = 85+93+132=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #555D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D84 is #AAA27B. Grayscale: #5E5E5E. Windows color (decimal): -11182716 or 8674645. OLE color: 8674645.

HSL color Cylindrical-coordinate representation of color #555D84: hue angle of 229.79º 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 #555D84 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8593132-
CMYK0.360.3000.48
HSL229.79º21.66%42.55%-
HSV(B)229.79º35.61%51.76%-
XYZ11.8311.4323.41-
YUV95.05148.85120.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=27.42%
G=30%
B=42.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85931320.360.3000.48229.7921.6642.55
Hex555D84241E030e6162b
Octal12513520444360603462653
Binary10101011011101100001001001001111001100001110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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