Html Css Color HEX #53917B Patina

📋 copy color: '#53917B'

red 83 ◦ green 145 ◦ blue 123

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

Shades of Patina #53917B

Tints of Patina #53917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 23.65%
G = 41.31%
B = 35.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#53917B (or 0x53917B) is known color: Patina. HEX triplet: 53, 91 and 7B. RGB value is (83,145,123). Sum of RGB (Red+Green+Blue) = 83+145+123=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #53917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53917B is #AC6E84. Grayscale: #7B7B7B. Windows color (decimal): -11300485 or 8098131. OLE color: 8098131.

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

Color convert

RGB 83 145 123 -
CMYK 0.43 0 0.15 0.43
HSL 158.71º 0.27% 0.45% -
HSV(B) 158.71º 0.43% 0.57% -
XYZ 17.27 23.52 22.37 -
YUV 123.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 83 145 123 0.43 0 0.15 0.43 158.71 0.27 0.45
Hex 53 91 7B 2B 0 F 2B 9F 1B 2D
Octal 123 221 173 53 0 17 53 237 33 55
Binary 1010011 10010001 1111011 101011 0 1111 101011 10011111 11011 101101

Color Harmonies of #53917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53917B

Black with #53917B

Text Example


Text Example

White with #53917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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