#55627B

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

Shades of Chambray #55627B

Tints of Chambray #55627B

Color information

#55627B (or 0x55627B) is unknown color: approx Chambray. HEX triplet: 55, 62 and 7B. RGB value is (85,98,123). Sum of RGB (Red+Green+Blue) = 85+98+123=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #55627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55627B is #AA9D84. Grayscale: #606060. Windows color (decimal): -11181445 or 8086101. OLE color: 8086101.

HSL color Cylindrical-coordinate representation of color #55627B: hue angle of 219.47º 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 #55627B is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8598123-
CMYK0.310.2000.52
HSL219.47º18.27%40.78%-
HSV(B)219.47º30.89%48.24%-
XYZ11.6912.120.46-
YUV96.96142.69119.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=27.78%
G=32.03%
B=40.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85981230.310.2000.52219.4718.2740.78
Hex55627B1F14034db1229
Octal12514217337240643332251
Binary101010111000101111011111111010001101001101101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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