Html Css Color HEX #539B7E Patina

📋 copy color: '#539B7E'

red 83 ◦ green 155 ◦ blue 126

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

Shades of Patina #539B7E

Tints of Patina #539B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

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

R = 22.8%
G = 42.58%
B = 34.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#539B7E (or 0x539B7E) is known color: Patina. HEX triplet: 53, 9B and 7E. RGB value is (83,155,126). Sum of RGB (Red+Green+Blue) = 83+155+126=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #539B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B7E is #AC6481. Grayscale: #828282. Windows color (decimal): -11297922 or 8297299. OLE color: 8297299.

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

Color convert

RGB 83 155 126 -
CMYK 0.46 0 0.19 0.39
HSL 155.83º 0.3% 0.47% -
HSV(B) 155.83º 0.46% 0.61% -
XYZ 19.05 26.79 23.9 -
YUV 130.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 83 155 126 0.46 0 0.19 0.39 155.83 0.3 0.47
Hex 53 9B 7E 2E 0 13 27 9C 1E 2F
Octal 123 233 176 56 0 23 47 234 36 57
Binary 1010011 10011011 1111110 101110 0 10011 100111 10011100 11110 101111

Color Harmonies of #539B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B7E

Black with #539B7E

Text Example


Text Example

White with #539B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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