Html Css Color HEX #539C7E Patina

📋 copy color: '#539C7E'

red 83 ◦ green 156 ◦ blue 126

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

Shades of Patina #539C7E

Tints of Patina #539C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 22.74%
G = 42.74%
B = 34.52%

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

#539C7E (or 0x539C7E) is known color: Patina. HEX triplet: 53, 9C and 7E. RGB value is (83,156,126). Sum of RGB (Red+Green+Blue) = 83+156+126=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #539C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C7E is #AC6381. Grayscale: #828282. Windows color (decimal): -11297666 or 8297555. OLE color: 8297555.

HSL color Cylindrical-coordinate representation of color #539C7E: hue angle of 155.34º 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 #539C7E is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 156 126 -
CMYK 0.47 0 0.19 0.39
HSL 155.34º 0.31% 0.47% -
HSV(B) 155.34º 0.47% 0.61% -
XYZ 19.22 27.12 23.96 -
YUV 130.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 83 156 126 0.47 0 0.19 0.39 155.34 0.31 0.47
Hex 53 9C 7E 2F 0 13 27 9B 1F 2F
Octal 123 234 176 57 0 23 47 233 37 57
Binary 1010011 10011100 1111110 101111 0 10011 100111 10011011 11111 101111

Color Harmonies of #539C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C7E

Black with #539C7E

Text Example


Text Example

White with #539C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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