Html Css Color HEX #52917B Patina

📋 copy color: '#52917B'

red 82 ◦ green 145 ◦ blue 123

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

Shades of Patina #52917B

Tints of Patina #52917B

RGB

 RED value IS 82 (32.42% from 255) = 23.43%

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

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

R = 23.43%
G = 41.43%
B = 35.14%

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

#52917B (or 0x52917B) is known color: Patina. HEX triplet: 52, 91 and 7B. RGB value is (82,145,123). Sum of RGB (Red+Green+Blue) = 82+145+123=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #52917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52917B is #AD6E84. Grayscale: #7B7B7B. Windows color (decimal): -11366021 or 8098130. OLE color: 8098130.

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

Color convert

RGB 82 145 123 -
CMYK 0.43 0 0.15 0.43
HSL 159.05º 0.28% 0.45% -
HSV(B) 159.05º 0.43% 0.57% -
XYZ 17.18 23.47 22.36 -
YUV 123.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 82 145 123 0.43 0 0.15 0.43 159.05 0.28 0.45
Hex 52 91 7B 2B 0 F 2B 9F 1C 2D
Octal 122 221 173 53 0 17 53 237 34 55
Binary 1010010 10010001 1111011 101011 0 1111 101011 10011111 11100 101101

Color Harmonies of #52917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52917B

Black with #52917B

Text Example


Text Example

White with #52917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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