#546A71

Color #546A71 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #546A71

Tints of Pale Sky #546A71

Color information

#546A71 (or 0x546A71) is unknown color: approx Pale Sky. HEX triplet: 54, 6A and 71. RGB value is (84,106,113). Sum of RGB (Red+Green+Blue) = 84+106+113=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #546A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A71 is #AB958E. Grayscale: #646464. Windows color (decimal): -11244943 or 7432788. OLE color: 7432788.

HSL color Cylindrical-coordinate representation of color #546A71: hue angle of 194.48º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546A71 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB84106113-
CMYK0.260.0600.56
HSL194.48º14.72%38.63%-
HSV(B)194.48º25.66%44.31%-
XYZ11.7913.3917.58-
YUV100.22135.21116.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=27.72%
G=34.98%
B=37.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841061130.260.0600.56194.4814.7238.63
Hex546A711A6038c2f27
Octal1241521613260703021747
Binary101010011010101110001110101100111000110000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546A71; }

 p { color: rgb(84,106,113); }

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

<style>
 a { background-color: #546A71; }

 a { background-color: rgb(84,106,113); }

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

<style>
 span { border-color: #546A71; }

 span { border-color: rgb(84,106,113); }

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