Html Css Color HEX #539984 Patina

📋 copy color: '#539984'

red 83 ◦ green 153 ◦ blue 132

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

Shades of Patina #539984

Tints of Patina #539984

RGB

 RED value IS 83 (32.81% from 255) = 22.55%

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

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 22.55%
G = 41.58%
B = 35.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#539984 (or 0x539984) is known color: Patina. HEX triplet: 53, 99 and 84. RGB value is (83,153,132). Sum of RGB (Red+Green+Blue) = 83+153+132=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #539984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539984 is #AC667B. Grayscale: #818181. Windows color (decimal): -11298428 or 8690003. OLE color: 8690003.

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

Color convert

RGB 83 153 132 -
CMYK 0.46 0 0.14 0.4
HSL 162º 0.3% 0.46% -
HSV(B) 162º 0.46% 0.6% -
XYZ 19.12 26.29 25.9 -
YUV 129.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 83 153 132 0.46 0 0.14 0.4 162 0.3 0.46
Hex 53 99 84 2E 0 E 28 A2 1E 2E
Octal 123 231 204 56 0 16 50 242 36 56
Binary 1010011 10011001 10000100 101110 0 1110 101000 10100010 11110 101110

Color Harmonies of #539984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539984

Black with #539984

Text Example


Text Example

White with #539984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539984; }

 p { color: rgb(83,153,132); }

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

background-color css

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

 a { background-color: rgb(83,153,132); }

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

border-color css

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

 span { border-color: rgb(83,153,132); }

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