#548785

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

Shades of Paradiso #548785

Tints of Paradiso #548785

Color information

#548785 (or 0x548785) is unknown color: approx Paradiso. HEX triplet: 54, 87 and 85. RGB value is (84,135,133). Sum of RGB (Red+Green+Blue) = 84+135+133=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #548785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548785 is #AB787A. Grayscale: #777777. Windows color (decimal): -11237499 or 8750932. OLE color: 8750932.

HSL color Cylindrical-coordinate representation of color #548785: hue angle of 177.65º 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 #548785 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB84135133-
CMYK0.3800.010.47
HSL177.65º23.29%42.94%-
HSV(B)177.65º37.78%52.94%-
XYZ16.5520.9125.35-
YUV119.52135.6102.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=23.86%
G=38.35%
B=37.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841351330.3800.010.47177.6523.2942.94
Hex54878526012Fb2172b
Octal1242072054601572622753
Binary10101001000011110000101100110011011111011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548785; }

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

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

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

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

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

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

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

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