Html Css Color HEX #539C7F Patina

📋 copy color: '#539C7F'

red 83 ◦ green 156 ◦ blue 127

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

Shades of Patina #539C7F

Tints of Patina #539C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.62%

 BLUE value IS 127 (50% from 255) = 34.7%

R = 22.68%
G = 42.62%
B = 34.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#539C7F (or 0x539C7F) is known color: Patina. HEX triplet: 53, 9C and 7F. RGB value is (83,156,127). Sum of RGB (Red+Green+Blue) = 83+156+127=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #539C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C7F is #AC6380. Grayscale: #828282. Windows color (decimal): -11297665 or 8363091. OLE color: 8363091.

HSL color Cylindrical-coordinate representation of color #539C7F: hue angle of 156.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C7F is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 156 127 -
CMYK 0.47 0 0.19 0.39
HSL 156.16º 0.31% 0.47% -
HSV(B) 156.16º 0.47% 0.61% -
XYZ 19.29 27.15 24.3 -
YUV 130.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 83 156 127 0.47 0 0.19 0.39 156.16 0.31 0.47
Hex 53 9C 7F 2F 0 13 27 9C 1F 2F
Octal 123 234 177 57 0 23 47 234 37 57
Binary 1010011 10011100 1111111 101111 0 10011 100111 10011100 11111 101111

Color Harmonies of #539C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C7F

Black with #539C7F

Text Example


Text Example

White with #539C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539C7F; }

 p { color: rgb(83,156,127); }

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

background-color css

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

 a { background-color: rgb(83,156,127); }

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

border-color css

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

 span { border-color: rgb(83,156,127); }

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