Html Css Color HEX #548189 Paradiso

📋 copy color: '#548189'

red 84 ◦ green 129 ◦ blue 137

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

Shades of Paradiso #548189

Tints of Paradiso #548189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

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

R = 24%
G = 36.86%
B = 39.14%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#548189 (or 0x548189) is known color: Paradiso. HEX triplet: 54, 81 and 89. RGB value is (84,129,137). Sum of RGB (Red+Green+Blue) = 84+129+137=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #548189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548189 is #AB7E76. Grayscale: #747474. Windows color (decimal): -11239031 or 9011540. OLE color: 9011540.

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

Color convert

RGB 84 129 137 -
CMYK 0.39 0.06 0 0.46
HSL 189.06º 0.24% 0.43% -
HSV(B) 189.06º 0.39% 0.54% -
XYZ 16.02 19.39 26.57 -
YUV 116.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 84 129 137 0.39 0.06 0 0.46 189.06 0.24 0.43
Hex 54 81 89 27 6 0 2E BD 18 2B
Octal 124 201 211 47 6 0 56 275 30 53
Binary 1010100 10000001 10001001 100111 110 0 101110 10111101 11000 101011

Color Harmonies of #548189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548189

Black with #548189

Text Example


Text Example

White with #548189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548189; }

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

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

background-color css

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

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

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

border-color css

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

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

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