Html Css Color HEX #548483 Paradiso

📋 copy color: '#548483'

red 84 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #548483

Tints of Paradiso #548483

RGB

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

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

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

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

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 84 132 131 -
CMYK 0.36 0 0.01 0.48
HSL 178.75º 0.22% 0.42% -
HSV(B) 178.75º 0.36% 0.52% -
XYZ 16 20.03 24.49 -
YUV 117.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 84 132 131 0.36 0 0.01 0.48 178.75 0.22 0.42
Hex 54 84 83 24 0 1 30 B3 16 2A
Octal 124 204 203 44 0 1 60 263 26 52
Binary 1010100 10000100 10000011 100100 0 1 110000 10110011 10110 101010

Color Harmonies of #548483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548483

Black with #548483

Text Example


Text Example

White with #548483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548483; }

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

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

background-color css

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

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

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

border-color css

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

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

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