#55627F

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

Shades of Chambray #55627F

Tints of Chambray #55627F

Color information

#55627F (or 0x55627F) is unknown color: approx Chambray. HEX triplet: 55, 62 and 7F. RGB value is (85,98,127). Sum of RGB (Red+Green+Blue) = 85+98+127=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #55627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55627F is #AA9D80. Grayscale: #616161. Windows color (decimal): -11181441 or 8348245. OLE color: 8348245.

HSL color Cylindrical-coordinate representation of color #55627F: hue angle of 221.43º 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 #55627F is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8598127-
CMYK0.330.2300.50
HSL221.43º19.81%41.57%-
HSV(B)221.43º33.07%49.8%-
XYZ11.9412.221.8-
YUV97.42144.69119.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 127 (50% from 255) = 40.97%
R=27.42%
G=31.61%
B=40.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85981270.330.2300.50221.4319.8141.57
Hex55627F2117032dd142a
Octal12514217741270623352452
Binary1010101110001011111111000011011101100101101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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