Html Css Color HEX #548484 Paradiso

📋 copy color: '#548484'

red 84 ◦ green 132 ◦ blue 132

#548484
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #548484

Tints of Paradiso #548484

RGB

 RED value IS 84 (33.2% from 255) = 24.14%

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 24.14%
G = 37.93%
B = 37.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#548484 (or 0x548484) is known color: Paradiso. HEX triplet: 54, 84 and 84. RGB value is (84,132,132). Sum of RGB (Red+Green+Blue) = 84+132+132=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #548484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548484 is #AB7B7B. Grayscale: #757575. Windows color (decimal): -11238268 or 8684628. OLE color: 8684628.

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

Color convert

RGB 84 132 132 -
CMYK 0.36 0 0 0.48
HSL 180º 0.22% 0.42% -
HSV(B) 180º 0.36% 0.52% -
XYZ 16.07 20.05 24.85 -
YUV 117.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 84 132 132 0.36 0 0 0.48 180 0.22 0.42
Hex 54 84 84 24 0 0 30 B4 16 2A
Octal 124 204 204 44 0 0 60 264 26 52
Binary 1010100 10000100 10000100 100100 0 0 110000 10110100 10110 101010

Color Harmonies of #548484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548484

Black with #548484

Text Example


Text Example

White with #548484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548484; }

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

 H1.HeaderClassName
 {
   color: #548484;
 }
 .AnyTagClassName
 {
   color: #548484;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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