Html Css Color HEX #539B7D Patina

📋 copy color: '#539B7D'

red 83 ◦ green 155 ◦ blue 125

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

Shades of Patina #539B7D

Tints of Patina #539B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 22.87%
G = 42.7%
B = 34.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#539B7D (or 0x539B7D) is known color: Patina. HEX triplet: 53, 9B and 7D. RGB value is (83,155,125). Sum of RGB (Red+Green+Blue) = 83+155+125=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #539B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B7D is #AC6482. Grayscale: #828282. Windows color (decimal): -11297923 or 8231763. OLE color: 8231763.

HSL color Cylindrical-coordinate representation of color #539B7D: hue angle of 155º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B7D is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 125 -
CMYK 0.46 0 0.19 0.39
HSL 155º 0.3% 0.47% -
HSV(B) 155º 0.46% 0.61% -
XYZ 18.99 26.76 23.57 -
YUV 130.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 83 155 125 0.46 0 0.19 0.39 155 0.3 0.47
Hex 53 9B 7D 2E 0 13 27 9B 1E 2F
Octal 123 233 175 56 0 23 47 233 36 57
Binary 1010011 10011011 1111101 101110 0 10011 100111 10011011 11110 101111

Color Harmonies of #539B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B7D

Black with #539B7D

Text Example


Text Example

White with #539B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539B7D; }

 p { color: rgb(83,155,125); }

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

background-color css

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

 a { background-color: rgb(83,155,125); }

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

border-color css

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

 span { border-color: rgb(83,155,125); }

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