Html Css Color HEX #548589 Paradiso

📋 copy color: '#548589'

red 84 ◦ green 133 ◦ blue 137

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

Shades of Paradiso #548589

Tints of Paradiso #548589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

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

R = 23.73%
G = 37.57%
B = 38.7%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#548589 (or 0x548589) is known color: Paradiso. HEX triplet: 54, 85 and 89. RGB value is (84,133,137). Sum of RGB (Red+Green+Blue) = 84+133+137=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #548589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548589 is #AB7A76. Grayscale: #767676. Windows color (decimal): -11238007 or 9012564. OLE color: 9012564.

HSL color Cylindrical-coordinate representation of color #548589: hue angle of 184.53º 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 #548589 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 133 137 -
CMYK 0.39 0.03 0 0.46
HSL 184.53º 0.24% 0.43% -
HSV(B) 184.53º 0.39% 0.54% -
XYZ 16.56 20.47 26.74 -
YUV 118.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 84 133 137 0.39 0.03 0 0.46 184.53 0.24 0.43
Hex 54 85 89 27 3 0 2E B9 18 2B
Octal 124 205 211 47 3 0 56 271 30 53
Binary 1010100 10000101 10001001 100111 11 0 101110 10111001 11000 101011

Color Harmonies of #548589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548589

Black with #548589

Text Example


Text Example

White with #548589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548589; }

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

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

background-color css

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

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

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

border-color css

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

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

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