Html Css Color HEX #548389 Paradiso

📋 copy color: '#548389'

red 84 ◦ green 131 ◦ blue 137

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

Shades of Paradiso #548389

Tints of Paradiso #548389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 23.86%
G = 37.22%
B = 38.92%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#548389 (or 0x548389) is known color: Paradiso. HEX triplet: 54, 83 and 89. RGB value is (84,131,137). Sum of RGB (Red+Green+Blue) = 84+131+137=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #548389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548389 is #AB7C76. Grayscale: #757575. Windows color (decimal): -11238519 or 9012052. OLE color: 9012052.

HSL color Cylindrical-coordinate representation of color #548389: hue angle of 186.79º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548389 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 131 137 -
CMYK 0.39 0.04 0 0.46
HSL 186.79º 0.24% 0.43% -
HSV(B) 186.79º 0.39% 0.54% -
XYZ 16.29 19.92 26.65 -
YUV 117.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 84 131 137 0.39 0.04 0 0.46 186.79 0.24 0.43
Hex 54 83 89 27 4 0 2E BB 18 2B
Octal 124 203 211 47 4 0 56 273 30 53
Binary 1010100 10000011 10001001 100111 100 0 101110 10111011 11000 101011

Color Harmonies of #548389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548389

Black with #548389

Text Example


Text Example

White with #548389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548389; }

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

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

background-color css

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

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

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

border-color css

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

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

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