Html Css Color HEX #549B88 Patina

📋 copy color: '#549B88'

red 84 ◦ green 155 ◦ blue 136

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

Shades of Patina #549B88

Tints of Patina #549B88

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 22.4%
G = 41.33%
B = 36.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#549B88 (or 0x549B88) is known color: Patina. HEX triplet: 54, 9B and 88. RGB value is (84,155,136). Sum of RGB (Red+Green+Blue) = 84+155+136=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #549B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B88 is #AB6477. Grayscale: #838383. Windows color (decimal): -11232376 or 8952660. OLE color: 8952660.

HSL color Cylindrical-coordinate representation of color #549B88: hue angle of 163.94º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B88 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 136 -
CMYK 0.46 0 0.12 0.39
HSL 163.94º 0.3% 0.47% -
HSV(B) 163.94º 0.46% 0.61% -
XYZ 19.82 27.11 27.48 -
YUV 131.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 84 155 136 0.46 0 0.12 0.39 163.94 0.3 0.47
Hex 54 9B 88 2E 0 C 27 A4 1E 2F
Octal 124 233 210 56 0 14 47 244 36 57
Binary 1010100 10011011 10001000 101110 0 1100 100111 10100100 11110 101111

Color Harmonies of #549B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B88

Black with #549B88

Text Example


Text Example

White with #549B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549B88; }

 p { color: rgb(84,155,136); }

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

background-color css

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

 a { background-color: rgb(84,155,136); }

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

border-color css

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

 span { border-color: rgb(84,155,136); }

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