Html Css Color HEX #539882 Patina

📋 copy color: '#539882'

red 83 ◦ green 152 ◦ blue 130

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

Shades of Patina #539882

Tints of Patina #539882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 22.74%
G = 41.64%
B = 35.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#539882 (or 0x539882) is known color: Patina. HEX triplet: 53, 98 and 82. RGB value is (83,152,130). Sum of RGB (Red+Green+Blue) = 83+152+130=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #539882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539882 is #AC677D. Grayscale: #808080. Windows color (decimal): -11298686 or 8558675. OLE color: 8558675.

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

Color convert

RGB 83 152 130 -
CMYK 0.45 0 0.14 0.40
HSL 160.87º 0.29% 0.46% -
HSV(B) 160.87º 0.45% 0.6% -
XYZ 18.82 25.91 25.13 -
YUV 128.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 83 152 130 0.45 0 0.14 0.40 160.87 0.29 0.46
Hex 53 98 82 2D 0 E 28 A1 1D 2E
Octal 123 230 202 55 0 16 50 241 35 56
Binary 1010011 10011000 10000010 101101 0 1110 101000 10100001 11101 101110

Color Harmonies of #539882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539882

Black with #539882

Text Example


Text Example

White with #539882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539882; }

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

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

background-color css

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

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

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

border-color css

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

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

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