#547F88

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

Shades of Paradiso #547F88

Tints of Paradiso #547F88

Color information

#547F88 (or 0x547F88) is unknown color: approx Paradiso. HEX triplet: 54, 7F and 88. RGB value is (84,127,136). Sum of RGB (Red+Green+Blue) = 84+127+136=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #547F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F88 is #AB8077. Grayscale: #737373. Windows color (decimal): -11239544 or 8945492. OLE color: 8945492.

HSL color Cylindrical-coordinate representation of color #547F88: hue angle of 190.38º degrees, saturation: 0.24, 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 #547F88 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84127136-
CMYK0.380.0700.47
HSL190.38º23.64%43.14%-
HSV(B)190.38º38.24%53.33%-
XYZ15.6918.8426.1-
YUV115.17139.75105.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=24.21%
G=36.60%
B=39.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841271360.380.0700.47190.3823.6443.14
Hex547F8826702Fbe182b
Octal1241772104670572763053
Binary101010011111111000100010011011101011111011111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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