#54607C

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

Shades of Chambray #54607C

Tints of Chambray #54607C

Color information

#54607C (or 0x54607C) is unknown color: approx Chambray. HEX triplet: 54, 60 and 7C. RGB value is (84,96,124). Sum of RGB (Red+Green+Blue) = 84+96+124=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #54607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54607C is #AB9F83. Grayscale: #5F5F5F. Windows color (decimal): -11247492 or 8151124. OLE color: 8151124.

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

Color convert

RGB8496124-
CMYK0.320.2300.51
HSL222º19.23%40.78%-
HSV(B)222º32.26%48.63%-
XYZ11.4811.7120.72-
YUV95.6144.02119.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.63%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=27.63%
G=31.58%
B=40.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84961240.320.2300.5122219.2340.78
Hex54607C2017033de1329
Octal12414017440270633362351
Binary1010100110000011111001000001011101100111101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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