#545C84

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

Shades of Chambray #545C84

Tints of Chambray #545C84

Color information

#545C84 (or 0x545C84) is unknown color: approx Chambray. HEX triplet: 54, 5C and 84. RGB value is (84,92,132). Sum of RGB (Red+Green+Blue) = 84+92+132=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #545C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545C84 is #ABA37B. Grayscale: #5D5D5D. Windows color (decimal): -11248508 or 8674388. OLE color: 8674388.

HSL color Cylindrical-coordinate representation of color #545C84: hue angle of 230º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545C84 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8492132-
CMYK0.360.3000.48
HSL230º22.22%42.35%-
HSV(B)230º36.36%51.76%-
XYZ11.6511.2123.38-
YUV94.17149.35120.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=27.27%
G=29.87%
B=42.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84921320.360.3000.4823022.2242.35
Hex545C84241E030e6162a
Octal12413420444360603462652
Binary10101001011100100001001001001111001100001110011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545C84; }

 p { color: rgb(84,92,132); }

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

<style>
 a { background-color: #545C84; }

 a { background-color: rgb(84,92,132); }

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

<style>
 span { border-color: #545C84; }

 span { border-color: rgb(84,92,132); }

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