#545E85

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

Shades of Chambray #545E85

Tints of Chambray #545E85

Color information

#545E85 (or 0x545E85) is unknown color: approx Chambray. HEX triplet: 54, 5E and 85. RGB value is (84,94,133). Sum of RGB (Red+Green+Blue) = 84+94+133=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #545E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E85 is #ABA17A. Grayscale: #5F5F5F. Windows color (decimal): -11247995 or 8740436. OLE color: 8740436.

HSL color Cylindrical-coordinate representation of color #545E85: hue angle of 227.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545E85 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8494133-
CMYK0.370.2900.48
HSL227.76º22.58%42.55%-
HSV(B)227.76º36.84%52.16%-
XYZ11.8911.5823.8-
YUV95.46149.19119.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=27.01%
G=30.23%
B=42.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84941330.370.2900.48227.7622.5842.55
Hex545E85251D030e4172b
Octal12413620545350603442753
Binary10101001011110100001011001011110101100001110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,94,133); }

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

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

 a { background-color: rgb(84,94,133); }

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

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

 span { border-color: rgb(84,94,133); }

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