Html Css Color HEX #548187 Paradiso

📋 copy color: '#548187'

red 84 ◦ green 129 ◦ blue 135

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

Shades of Paradiso #548187

Tints of Paradiso #548187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 24.14%
G = 37.07%
B = 38.79%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#548187 (or 0x548187) is known color: Paradiso. HEX triplet: 54, 81 and 87. RGB value is (84,129,135). Sum of RGB (Red+Green+Blue) = 84+129+135=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #548187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548187 is #AB7E78. Grayscale: #747474. Windows color (decimal): -11239033 or 8880468. OLE color: 8880468.

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

Color convert

RGB 84 129 135 -
CMYK 0.38 0.04 0 0.47
HSL 187.06º 0.23% 0.43% -
HSV(B) 187.06º 0.38% 0.53% -
XYZ 15.88 19.33 25.82 -
YUV 116.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 84 129 135 0.38 0.04 0 0.47 187.06 0.23 0.43
Hex 54 81 87 26 4 0 2F BB 17 2B
Octal 124 201 207 46 4 0 57 273 27 53
Binary 1010100 10000001 10000111 100110 100 0 101111 10111011 10111 101011

Color Harmonies of #548187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548187

Black with #548187

Text Example


Text Example

White with #548187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548187; }

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

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

background-color css

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

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

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

border-color css

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

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

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