#548585

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

Shades of Paradiso #548585

Tints of Paradiso #548585

Color information

#548585 (or 0x548585) is unknown color: approx Paradiso. HEX triplet: 54, 85 and 85. RGB value is (84,133,133). Sum of RGB (Red+Green+Blue) = 84+133+133=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #548585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548585 is #AB7A7A. Grayscale: #767676. Windows color (decimal): -11238011 or 8750420. OLE color: 8750420.

HSL color Cylindrical-coordinate representation of color #548585: hue angle of 180º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548585 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84133133-
CMYK0.37000.48
HSL180º22.58%42.55%-
HSV(B)180º36.84%52.16%-
XYZ16.2820.3525.26-
YUV118.35136.27103.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 133 (52.34% from 255) = 38%
R=24%
G=38%
B=38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331330.37000.4818022.5842.55
Hex548585250030b4172b
Octal1242052054500602642753
Binary10101001000010110000101100101001100001011010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548585; }

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

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

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

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

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

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

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

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