#55617B

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

Shades of Chambray #55617B

Tints of Chambray #55617B

Color information

#55617B (or 0x55617B) is unknown color: approx Chambray. HEX triplet: 55, 61 and 7B. RGB value is (85,97,123). Sum of RGB (Red+Green+Blue) = 85+97+123=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #55617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55617B is #AA9E84. Grayscale: #606060. Windows color (decimal): -11181701 or 8085845. OLE color: 8085845.

HSL color Cylindrical-coordinate representation of color #55617B: hue angle of 221.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55617B is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8597123-
CMYK0.310.2100.52
HSL221.05º18.27%40.78%-
HSV(B)221.05º30.89%48.24%-
XYZ11.611.9120.43-
YUV96.38143.02119.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=27.87%
G=31.80%
B=40.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85971230.310.2100.52221.0518.2740.78
Hex55617B1F15034dd1229
Octal12514117337250643352251
Binary101010111000011111011111111010101101001101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55617B; }

 p { color: rgb(85,97,123); }

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

<style>
 a { background-color: #55617B; }

 a { background-color: rgb(85,97,123); }

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

<style>
 span { border-color: #55617B; }

 span { border-color: rgb(85,97,123); }

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