Html Css Color HEX #539581 Patina

📋 copy color: '#539581'

red 83 ◦ green 149 ◦ blue 129

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

Shades of Patina #539581

Tints of Patina #539581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 22.99%
G = 41.27%
B = 35.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#539581 (or 0x539581) is known color: Patina. HEX triplet: 53, 95 and 81. RGB value is (83,149,129). Sum of RGB (Red+Green+Blue) = 83+149+129=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #539581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539581 is #AC6A7E. Grayscale: #7F7F7F. Windows color (decimal): -11299455 or 8492371. OLE color: 8492371.

HSL color Cylindrical-coordinate representation of color #539581: hue angle of 161.82º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539581 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 129 -
CMYK 0.44 0 0.13 0.42
HSL 161.82º 0.28% 0.45% -
HSV(B) 161.82º 0.44% 0.58% -
XYZ 18.28 24.92 24.62 -
YUV 126.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 83 149 129 0.44 0 0.13 0.42 161.82 0.28 0.45
Hex 53 95 81 2C 0 D 2A A2 1C 2D
Octal 123 225 201 54 0 15 52 242 34 55
Binary 1010011 10010101 10000001 101100 0 1101 101010 10100010 11100 101101

Color Harmonies of #539581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539581

Black with #539581

Text Example


Text Example

White with #539581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539581; }

 p { color: rgb(83,149,129); }

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

background-color css

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

 a { background-color: rgb(83,149,129); }

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

border-color css

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

 span { border-color: rgb(83,149,129); }

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