#555D83

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

Shades of Chambray #555D83

Tints of Chambray #555D83

Color information

#555D83 (or 0x555D83) is unknown color: approx Chambray. HEX triplet: 55, 5D and 83. RGB value is (85,93,131). Sum of RGB (Red+Green+Blue) = 85+93+131=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #555D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D83 is #AAA27C. Grayscale: #5E5E5E. Windows color (decimal): -11182717 or 8609109. OLE color: 8609109.

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

Color convert

RGB8593131-
CMYK0.350.2900.49
HSL229.57º21.3%42.35%-
HSV(B)229.57º35.11%51.37%-
XYZ11.7611.423.05-
YUV94.94148.35120.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=27.51%
G=30.10%
B=42.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85931310.350.2900.49229.5721.342.35
Hex555D83231D031e6152a
Octal12513520343350613462552
Binary10101011011101100000111000111110101100011110011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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