#54637C

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

Shades of Chambray #54637C

Tints of Chambray #54637C

Color information

#54637C (or 0x54637C) is unknown color: approx Chambray. HEX triplet: 54, 63 and 7C. RGB value is (84,99,124). Sum of RGB (Red+Green+Blue) = 84+99+124=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 99 (39.06% from 255 or 32.25% 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 #54637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54637C is #AB9C83. Grayscale: #616161. Windows color (decimal): -11246724 or 8151892. OLE color: 8151892.

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

Color convert

RGB8499124-
CMYK0.320.2000.51
HSL217.5º19.23%40.78%-
HSV(B)217.5º32.26%48.63%-
XYZ11.7612.2620.82-
YUV97.36143.03118.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=27.36%
G=32.25%
B=40.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84991240.320.2000.51217.519.2340.78
Hex54637C2014033da1329
Octal12414317440240633322351
Binary1010100110001111111001000001010001100111101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,99,124); }

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

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

 a { background-color: rgb(84,99,124); }

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

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

 span { border-color: rgb(84,99,124); }

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