#547A7F

Color #547A7F Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #547A7F

Tints of Paradiso #547A7F

Color information

#547A7F (or 0x547A7F) is unknown color: approx Paradiso. HEX triplet: 54, 7A and 7F. RGB value is (84,122,127). Sum of RGB (Red+Green+Blue) = 84+122+127=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #547A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A7F is #AB8580. Grayscale: #6F6F6F. Windows color (decimal): -11240833 or 8354388. OLE color: 8354388.

HSL color Cylindrical-coordinate representation of color #547A7F: hue angle of 186.98º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547A7F is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB84122127-
CMYK0.340.0400.50
HSL186.98º20.38%41.37%-
HSV(B)186.98º33.86%49.8%-
XYZ14.4517.3422.66-
YUV111.21136.91108.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 127 (50% from 255) = 38.14%
R=25.23%
G=36.64%
B=38.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal841221270.340.0400.50186.9820.3841.37
Hex547A7F224032bb1429
Octal1241721774240622732451
Binary10101001111010111111110001010001100101011101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547A7F; }

 p { color: rgb(84,122,127); }

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

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

 a { background-color: rgb(84,122,127); }

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

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

 span { border-color: rgb(84,122,127); }

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