Html Css Color HEX #549985 Patina

📋 copy color: '#549985'

red 84 ◦ green 153 ◦ blue 133

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

Shades of Patina #549985

Tints of Patina #549985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 22.7%
G = 41.35%
B = 35.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#549985 (or 0x549985) is known color: Patina. HEX triplet: 54, 99 and 85. RGB value is (84,153,133). Sum of RGB (Red+Green+Blue) = 84+153+133=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #549985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549985 is #AB667A. Grayscale: #828282. Windows color (decimal): -11232891 or 8755540. OLE color: 8755540.

HSL color Cylindrical-coordinate representation of color #549985: hue angle of 162.61º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549985 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 133 -
CMYK 0.45 0 0.13 0.4
HSL 162.61º 0.29% 0.46% -
HSV(B) 162.61º 0.45% 0.6% -
XYZ 19.28 26.36 26.26 -
YUV 130.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 84 153 133 0.45 0 0.13 0.4 162.61 0.29 0.46
Hex 54 99 85 2D 0 D 28 A3 1D 2E
Octal 124 231 205 55 0 15 50 243 35 56
Binary 1010100 10011001 10000101 101101 0 1101 101000 10100011 11101 101110

Color Harmonies of #549985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549985

Black with #549985

Text Example


Text Example

White with #549985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549985; }

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

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

background-color css

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

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

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

border-color css

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

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

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