Html Css Color HEX #539682 Patina

📋 copy color: '#539682'

red 83 ◦ green 150 ◦ blue 130

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

Shades of Patina #539682

Tints of Patina #539682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 22.87%
G = 41.32%
B = 35.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#539682 (or 0x539682) is known color: Patina. HEX triplet: 53, 96 and 82. RGB value is (83,150,130). Sum of RGB (Red+Green+Blue) = 83+150+130=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #539682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539682 is #AC697D. Grayscale: #7F7F7F. Windows color (decimal): -11299198 or 8558163. OLE color: 8558163.

HSL color Cylindrical-coordinate representation of color #539682: hue angle of 162.09º 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 #539682 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 150 130 -
CMYK 0.45 0 0.13 0.41
HSL 162.09º 0.29% 0.46% -
HSV(B) 162.09º 0.45% 0.59% -
XYZ 18.5 25.26 25.02 -
YUV 127.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 83 150 130 0.45 0 0.13 0.41 162.09 0.29 0.46
Hex 53 96 82 2D 0 D 29 A2 1D 2E
Octal 123 226 202 55 0 15 51 242 35 56
Binary 1010011 10010110 10000010 101101 0 1101 101001 10100010 11101 101110

Color Harmonies of #539682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539682

Black with #539682

Text Example


Text Example

White with #539682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539682; }

 p { color: rgb(83,150,130); }

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

background-color css

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

 a { background-color: rgb(83,150,130); }

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

border-color css

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

 span { border-color: rgb(83,150,130); }

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