#55617F

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

Shades of Chambray #55617F

Tints of Chambray #55617F

Color information

#55617F (or 0x55617F) is unknown color: approx Chambray. HEX triplet: 55, 61 and 7F. RGB value is (85,97,127). Sum of RGB (Red+Green+Blue) = 85+97+127=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #55617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55617F is #AA9E80. Grayscale: #606060. Windows color (decimal): -11181697 or 8347989. OLE color: 8347989.

HSL color Cylindrical-coordinate representation of color #55617F: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55617F is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8597127-
CMYK0.330.2400.50
HSL222.86º19.81%41.57%-
HSV(B)222.86º33.07%49.8%-
XYZ11.8512.0121.77-
YUV96.83145.02119.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 127 (50% from 255) = 41.10%
R=27.51%
G=31.39%
B=41.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85971270.330.2400.50222.8619.8141.57
Hex55617F2118032df142a
Octal12514117741300623372452
Binary1010101110000111111111000011100001100101101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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