Html Css Color HEX #548684 Paradiso

📋 copy color: '#548684'

red 84 ◦ green 134 ◦ blue 132

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

Shades of Paradiso #548684

Tints of Paradiso #548684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 24%
G = 38.29%
B = 37.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#548684 (or 0x548684) is known color: Paradiso. HEX triplet: 54, 86 and 84. RGB value is (84,134,132). Sum of RGB (Red+Green+Blue) = 84+134+132=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #548684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548684 is #AB797B. Grayscale: #767676. Windows color (decimal): -11237756 or 8685140. OLE color: 8685140.

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

Color convert

RGB 84 134 132 -
CMYK 0.37 0 0.01 0.47
HSL 177.6º 0.23% 0.43% -
HSV(B) 177.6º 0.37% 0.53% -
XYZ 16.35 20.6 24.94 -
YUV 118.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 84 134 132 0.37 0 0.01 0.47 177.6 0.23 0.43
Hex 54 86 84 25 0 1 2F B2 17 2B
Octal 124 206 204 45 0 1 57 262 27 53
Binary 1010100 10000110 10000100 100101 0 1 101111 10110010 10111 101011

Color Harmonies of #548684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548684

Black with #548684

Text Example


Text Example

White with #548684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548684; }

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

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

background-color css

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

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

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

border-color css

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

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

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