#54637A

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

Shades of Chambray #54637A

Tints of Chambray #54637A

Color information

#54637A (or 0x54637A) is unknown color: approx Chambray. HEX triplet: 54, 63 and 7A. RGB value is (84,99,122). Sum of RGB (Red+Green+Blue) = 84+99+122=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #54637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54637A is #AB9C85. Grayscale: #616161. Windows color (decimal): -11246726 or 8020820. OLE color: 8020820.

HSL color Cylindrical-coordinate representation of color #54637A: hue angle of 216.32º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54637A is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8499122-
CMYK0.310.1900.52
HSL216.32º18.45%40.39%-
HSV(B)216.32º31.15%47.84%-
XYZ11.6312.2120.16-
YUV97.14142.03118.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 122 (48.05% from 255) = 40%
R=27.54%
G=32.46%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84991220.310.1900.52216.3218.4540.39
Hex54637A1F13034d81228
Octal12414317237230643302250
Binary101010011000111111010111111001101101001101100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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