#54607D

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

Shades of Chambray #54607D

Tints of Chambray #54607D

Color information

#54607D (or 0x54607D) is unknown color: approx Chambray. HEX triplet: 54, 60 and 7D. RGB value is (84,96,125). Sum of RGB (Red+Green+Blue) = 84+96+125=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #54607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54607D is #AB9F82. Grayscale: #5F5F5F. Windows color (decimal): -11247491 or 8216660. OLE color: 8216660.

HSL color Cylindrical-coordinate representation of color #54607D: hue angle of 222.44º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54607D is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8496125-
CMYK0.330.2300.51
HSL222.44º19.62%40.98%-
HSV(B)222.44º32.8%49.02%-
XYZ11.5411.7321.06-
YUV95.72144.52119.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=27.54%
G=31.48%
B=40.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84961250.330.2300.51222.4419.6240.98
Hex54607D2117033de1429
Octal12414017541270633362451
Binary1010100110000011111011000011011101100111101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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