#545f83

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

Shades of Chambray #545F83

Tints of Chambray #545F83

Color information

#545F83 (or 0x545F83) is unknown color: approx Chambray. HEX triplet: 54, 5F and 83. RGB value is (84,95,131). Sum of RGB (Red+Green+Blue) = 84+95+131=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #545F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545F83 is #ABA07C. Grayscale: #5F5F5F. Windows color (decimal): -11247741 or 8609620. OLE color: 8609620.

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

Color convert

RGB8495131-
CMYK0.360.2700.49
HSL225.96º21.86%42.16%-
HSV(B)225.96º35.88%51.37%-
XYZ11.8511.7123.11-
YUV95.82147.86119.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=27.10%
G=30.65%
B=42.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84951310.360.2700.49225.9621.8642.16
Hex545F83241B031e2162a
Octal12413720344330613422652
Binary10101001011111100000111001001101101100011110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,95,131); }

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

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

 a { background-color: rgb(84,95,131); }

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

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

 span { border-color: rgb(84,95,131); }

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