Html Css Color HEX #539880 Patina

📋 copy color: '#539880'

red 83 ◦ green 152 ◦ blue 128

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

Shades of Patina #539880

Tints of Patina #539880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 22.87%
G = 41.87%
B = 35.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#539880 (or 0x539880) is known color: Patina. HEX triplet: 53, 98 and 80. RGB value is (83,152,128). Sum of RGB (Red+Green+Blue) = 83+152+128=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #539880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539880 is #AC677F. Grayscale: #808080. Windows color (decimal): -11298688 or 8427603. OLE color: 8427603.

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

Color convert

RGB 83 152 128 -
CMYK 0.45 0 0.16 0.40
HSL 159.13º 0.29% 0.46% -
HSV(B) 159.13º 0.45% 0.6% -
XYZ 18.69 25.85 24.43 -
YUV 128.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 83 152 128 0.45 0 0.16 0.40 159.13 0.29 0.46
Hex 53 98 80 2D 0 10 28 9F 1D 2E
Octal 123 230 200 55 0 20 50 237 35 56
Binary 1010011 10011000 10000000 101101 0 10000 101000 10011111 11101 101110

Color Harmonies of #539880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539880

Black with #539880

Text Example


Text Example

White with #539880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539880; }

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

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

background-color css

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

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

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

border-color css

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

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

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