Html Css Color HEX #539982 Patina

📋 copy color: '#539982'

red 83 ◦ green 153 ◦ blue 130

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

Shades of Patina #539982

Tints of Patina #539982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 22.68%
G = 41.8%
B = 35.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#539982 (or 0x539982) is known color: Patina. HEX triplet: 53, 99 and 82. RGB value is (83,153,130). Sum of RGB (Red+Green+Blue) = 83+153+130=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #539982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539982 is #AC667D. Grayscale: #818181. Windows color (decimal): -11298430 or 8558931. OLE color: 8558931.

HSL color Cylindrical-coordinate representation of color #539982: hue angle of 160.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539982 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 130 -
CMYK 0.46 0 0.15 0.4
HSL 160.29º 0.3% 0.46% -
HSV(B) 160.29º 0.46% 0.6% -
XYZ 18.99 26.23 25.18 -
YUV 129.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 83 153 130 0.46 0 0.15 0.4 160.29 0.3 0.46
Hex 53 99 82 2E 0 F 28 A0 1E 2E
Octal 123 231 202 56 0 17 50 240 36 56
Binary 1010011 10011001 10000010 101110 0 1111 101000 10100000 11110 101110

Color Harmonies of #539982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539982

Black with #539982

Text Example


Text Example

White with #539982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539982; }

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

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

background-color css

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

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

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

border-color css

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

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

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