Html Css Color HEX #548384 Paradiso

📋 copy color: '#548384'

red 84 ◦ green 131 ◦ blue 132

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

Shades of Paradiso #548384

Tints of Paradiso #548384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

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

R = 24.21%
G = 37.75%
B = 38.04%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#548384 (or 0x548384) is known color: Paradiso. HEX triplet: 54, 83 and 84. RGB value is (84,131,132). Sum of RGB (Red+Green+Blue) = 84+131+132=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #548384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548384 is #AB7C7B. Grayscale: #757575. Windows color (decimal): -11238524 or 8684372. OLE color: 8684372.

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

Color convert

RGB 84 131 132 -
CMYK 0.36 0.01 0 0.48
HSL 181.25º 0.22% 0.42% -
HSV(B) 181.25º 0.36% 0.52% -
XYZ 15.94 19.78 24.81 -
YUV 117.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 84 131 132 0.36 0.01 0 0.48 181.25 0.22 0.42
Hex 54 83 84 24 1 0 30 B5 16 2A
Octal 124 203 204 44 1 0 60 265 26 52
Binary 1010100 10000011 10000100 100100 1 0 110000 10110101 10110 101010

Color Harmonies of #548384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548384

Black with #548384

Text Example


Text Example

White with #548384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548384; }

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

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

background-color css

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

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

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

border-color css

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

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

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