#55627C

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

Shades of Chambray #55627C

Tints of Chambray #55627C

Color information

#55627C (or 0x55627C) is unknown color: approx Chambray. HEX triplet: 55, 62 and 7C. RGB value is (85,98,124). Sum of RGB (Red+Green+Blue) = 85+98+124=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #55627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55627C is #AA9D83. Grayscale: #606060. Windows color (decimal): -11181444 or 8151637. OLE color: 8151637.

HSL color Cylindrical-coordinate representation of color #55627C: hue angle of 220º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55627C is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8598124-
CMYK0.310.2100.51
HSL220º18.66%40.98%-
HSV(B)220º31.45%48.63%-
XYZ11.7512.1220.79-
YUV97.08143.19119.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=27.69%
G=31.92%
B=40.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85981240.310.2100.5122018.6640.98
Hex55627C1F15033dc1329
Octal12514217437250633342351
Binary101010111000101111100111111010101100111101110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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