Html Css Color HEX #539779 Patina

📋 copy color: '#539779'

red 83 ◦ green 151 ◦ blue 121

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

Shades of Patina #539779

Tints of Patina #539779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 23.38%
G = 42.54%
B = 34.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#539779 (or 0x539779) is known color: Patina. HEX triplet: 53, 97 and 79. RGB value is (83,151,121). Sum of RGB (Red+Green+Blue) = 83+151+121=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #539779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539779 is #AC6886. Grayscale: #7F7F7F. Windows color (decimal): -11298951 or 7968595. OLE color: 7968595.

HSL color Cylindrical-coordinate representation of color #539779: hue angle of 153.53º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539779 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 121 -
CMYK 0.45 0 0.20 0.41
HSL 153.53º 0.29% 0.46% -
HSV(B) 153.53º 0.45% 0.59% -
XYZ 18.09 25.35 22.03 -
YUV 127.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 83 151 121 0.45 0 0.20 0.41 153.53 0.29 0.46
Hex 53 97 79 2D 0 14 29 9A 1D 2E
Octal 123 227 171 55 0 24 51 232 35 56
Binary 1010011 10010111 1111001 101101 0 10100 101001 10011010 11101 101110

Color Harmonies of #539779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539779

Black with #539779

Text Example


Text Example

White with #539779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539779; }

 p { color: rgb(83,151,121); }

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

background-color css

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

 a { background-color: rgb(83,151,121); }

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

border-color css

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

 span { border-color: rgb(83,151,121); }

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