#54617F

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

Shades of Chambray #54617F

Tints of Chambray #54617F

Color information

#54617F (or 0x54617F) is unknown color: approx Chambray. HEX triplet: 54, 61 and 7F. RGB value is (84,97,127). Sum of RGB (Red+Green+Blue) = 84+97+127=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #54617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54617F is #AB9E80. Grayscale: #606060. Windows color (decimal): -11247233 or 8347988. OLE color: 8347988.

HSL color Cylindrical-coordinate representation of color #54617F: hue angle of 221.86º 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 #54617F is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8497127-
CMYK0.340.2400.50
HSL221.86º20.38%41.37%-
HSV(B)221.86º33.86%49.8%-
XYZ11.7611.9721.77-
YUV96.53145.19119.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 127 (50% from 255) = 41.23%
R=27.27%
G=31.49%
B=41.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84971270.340.2400.50221.8620.3841.37
Hex54617F2218032de1429
Octal12414117742300623362451
Binary1010100110000111111111000101100001100101101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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