Html Css Color HEX #53927E Patina

📋 copy color: '#53927E'

red 83 ◦ green 146 ◦ blue 126

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

Shades of Patina #53927E

Tints of Patina #53927E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 23.38%
G = 41.13%
B = 35.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#53927E (or 0x53927E) is known color: Patina. HEX triplet: 53, 92 and 7E. RGB value is (83,146,126). Sum of RGB (Red+Green+Blue) = 83+146+126=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #53927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53927E is #AC6D81. Grayscale: #7C7C7C. Windows color (decimal): -11300226 or 8294995. OLE color: 8294995.

HSL color Cylindrical-coordinate representation of color #53927E: hue angle of 160.95º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53927E is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 126 -
CMYK 0.43 0 0.14 0.43
HSL 160.95º 0.28% 0.45% -
HSV(B) 160.95º 0.43% 0.57% -
XYZ 17.61 23.9 23.42 -
YUV 124.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 83 146 126 0.43 0 0.14 0.43 160.95 0.28 0.45
Hex 53 92 7E 2B 0 E 2B A1 1C 2D
Octal 123 222 176 53 0 16 53 241 34 55
Binary 1010011 10010010 1111110 101011 0 1110 101011 10100001 11100 101101

Color Harmonies of #53927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53927E

Black with #53927E

Text Example


Text Example

White with #53927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53927E; }

 p { color: rgb(83,146,126); }

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

background-color css

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

 a { background-color: rgb(83,146,126); }

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

border-color css

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

 span { border-color: rgb(83,146,126); }

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