#547F87

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

Shades of Paradiso #547F87

Tints of Paradiso #547F87

Color information

#547F87 (or 0x547F87) is unknown color: approx Paradiso. HEX triplet: 54, 7F and 87. RGB value is (84,127,135). Sum of RGB (Red+Green+Blue) = 84+127+135=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #547F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F87 is #AB8078. Grayscale: #727272. Windows color (decimal): -11239545 or 8879956. OLE color: 8879956.

HSL color Cylindrical-coordinate representation of color #547F87: hue angle of 189.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547F87 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84127135-
CMYK0.380.0600.47
HSL189.41º23.29%42.94%-
HSV(B)189.41º37.78%52.94%-
XYZ15.6218.8125.73-
YUV115.06139.25105.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=24.28%
G=36.71%
B=39.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841271350.380.0600.47189.4123.2942.94
Hex547F8726602Fbd172b
Octal1241772074660572752753
Binary101010011111111000011110011011001011111011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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