#548385

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

Shades of Paradiso #548385

Tints of Paradiso #548385

Color information

#548385 (or 0x548385) is unknown color: approx Paradiso. HEX triplet: 54, 83 and 85. RGB value is (84,131,133). Sum of RGB (Red+Green+Blue) = 84+131+133=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #548385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548385 is #AB7C7A. Grayscale: #757575. Windows color (decimal): -11238523 or 8749908. OLE color: 8749908.

HSL color Cylindrical-coordinate representation of color #548385: hue angle of 182.45º 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 #548385 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84131133-
CMYK0.370.0200.48
HSL182.45º22.58%42.55%-
HSV(B)182.45º36.84%52.16%-
XYZ16.0119.8125.17-
YUV117.18136.93104.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=24.14%
G=37.64%
B=38.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841311330.370.0200.48182.4522.5842.55
Hex548385252030b6172b
Octal1242032054520602662753
Binary101010010000011100001011001011001100001011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548385; }

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

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

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

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

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

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

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

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