Html Css Color HEX #53927B Patina

📋 copy color: '#53927B'

red 83 ◦ green 146 ◦ blue 123

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

Shades of Patina #53927B

Tints of Patina #53927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 23.58%
G = 41.48%
B = 34.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#53927B (or 0x53927B) is known color: Patina. HEX triplet: 53, 92 and 7B. RGB value is (83,146,123). Sum of RGB (Red+Green+Blue) = 83+146+123=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #53927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53927B is #AC6D84. Grayscale: #7C7C7C. Windows color (decimal): -11300229 or 8098387. OLE color: 8098387.

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

Color convert

RGB 83 146 123 -
CMYK 0.43 0 0.16 0.43
HSL 158.1º 0.28% 0.45% -
HSV(B) 158.1º 0.43% 0.57% -
XYZ 17.42 23.83 22.42 -
YUV 124.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 83 146 123 0.43 0 0.16 0.43 158.1 0.28 0.45
Hex 53 92 7B 2B 0 10 2B 9E 1C 2D
Octal 123 222 173 53 0 20 53 236 34 55
Binary 1010011 10010010 1111011 101011 0 10000 101011 10011110 11100 101101

Color Harmonies of #53927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53927B

Black with #53927B

Text Example


Text Example

White with #53927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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