#54617C

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

Shades of Chambray #54617C

Tints of Chambray #54617C

Color information

#54617C (or 0x54617C) is unknown color: approx Chambray. HEX triplet: 54, 61 and 7C. RGB value is (84,97,124). Sum of RGB (Red+Green+Blue) = 84+97+124=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #54617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54617C is #AB9E83. Grayscale: #606060. Windows color (decimal): -11247236 or 8151380. OLE color: 8151380.

HSL color Cylindrical-coordinate representation of color #54617C: hue angle of 220.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 #54617C is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8497124-
CMYK0.320.2200.51
HSL220.5º19.23%40.78%-
HSV(B)220.5º32.26%48.63%-
XYZ11.5711.8920.75-
YUV96.19143.69119.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=27.54%
G=31.80%
B=40.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84971240.320.2200.51220.519.2340.78
Hex54617C2016033dc1329
Octal12414117440260633342351
Binary1010100110000111111001000001011001100111101110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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