#547175

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

Shades of Pale Sky #547175

Tints of Pale Sky #547175

Color information

#547175 (or 0x547175) is unknown color: approx Pale Sky. HEX triplet: 54, 71 and 75. RGB value is (84,113,117). Sum of RGB (Red+Green+Blue) = 84+113+117=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #547175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547175 is #AB8E8A. Grayscale: #686868. Windows color (decimal): -11243147 or 7696724. OLE color: 7696724.

HSL color Cylindrical-coordinate representation of color #547175: hue angle of 187.27º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #547175 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB84113117-
CMYK0.280.0300.54
HSL187.27º16.42%39.41%-
HSV(B)187.27º28.21%45.88%-
XYZ12.7714.9819.05-
YUV104.78134.89113.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=26.75%
G=35.99%
B=37.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841131170.280.0300.54187.2716.4239.41
Hex5471751C3036bb1027
Octal1241611653430662732047
Binary101010011100011110101111001101101101011101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547175; }

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

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

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

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

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

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

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

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