Html Css Color HEX #539983 Patina

📋 copy color: '#539983'

red 83 ◦ green 153 ◦ blue 131

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

Shades of Patina #539983

Tints of Patina #539983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 22.62%
G = 41.69%
B = 35.69%

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

#539983 (or 0x539983) is known color: Patina. HEX triplet: 53, 99 and 83. RGB value is (83,153,131). Sum of RGB (Red+Green+Blue) = 83+153+131=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #539983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539983 is #AC667C. Grayscale: #818181. Windows color (decimal): -11298429 or 8624467. OLE color: 8624467.

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

Color convert

RGB 83 153 131 -
CMYK 0.46 0 0.14 0.4
HSL 161.14º 0.3% 0.46% -
HSV(B) 161.14º 0.46% 0.6% -
XYZ 19.06 26.26 25.54 -
YUV 129.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 83 153 131 0.46 0 0.14 0.4 161.14 0.3 0.46
Hex 53 99 83 2E 0 E 28 A1 1E 2E
Octal 123 231 203 56 0 16 50 241 36 56
Binary 1010011 10011001 10000011 101110 0 1110 101000 10100001 11110 101110

Color Harmonies of #539983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539983

Black with #539983

Text Example


Text Example

White with #539983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539983; }

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

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

background-color css

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

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

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

border-color css

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

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

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