#54627F

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

Shades of Chambray #54627F

Tints of Chambray #54627F

Color information

#54627F (or 0x54627F) is unknown color: approx Chambray. HEX triplet: 54, 62 and 7F. RGB value is (84,98,127). Sum of RGB (Red+Green+Blue) = 84+98+127=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 98 (38.67% from 255 or 31.72% 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 #54627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54627F is #AB9D80. Grayscale: #606060. Windows color (decimal): -11246977 or 8348244. OLE color: 8348244.

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

Color convert

RGB8498127-
CMYK0.340.2300.50
HSL220.47º20.38%41.37%-
HSV(B)220.47º33.86%49.8%-
XYZ11.8512.1521.8-
YUV97.12144.86118.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 127 (50% from 255) = 41.10%
R=27.18%
G=31.72%
B=41.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84981270.340.2300.50220.4720.3841.37
Hex54627F2217032dc1429
Octal12414217742270623342451
Binary1010100110001011111111000101011101100101101110010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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