Html Css Color HEX #52927B Patina

📋 copy color: '#52927B'

red 82 ◦ green 146 ◦ blue 123

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

Shades of Patina #52927B

Tints of Patina #52927B

RGB

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

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

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

R = 23.36%
G = 41.6%
B = 35.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#52927B (or 0x52927B) is known color: Patina. HEX triplet: 52, 92 and 7B. RGB value is (82,146,123). Sum of RGB (Red+Green+Blue) = 82+146+123=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #52927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52927B is #AD6D84. Grayscale: #7C7C7C. Windows color (decimal): -11365765 or 8098386. OLE color: 8098386.

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

Color convert

RGB 82 146 123 -
CMYK 0.44 0 0.16 0.43
HSL 158.44º 0.28% 0.45% -
HSV(B) 158.44º 0.44% 0.57% -
XYZ 17.33 23.78 22.42 -
YUV 124.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 82 146 123 0.44 0 0.16 0.43 158.44 0.28 0.45
Hex 52 92 7B 2C 0 10 2B 9E 1C 2D
Octal 122 222 173 54 0 20 53 236 34 55
Binary 1010010 10010010 1111011 101100 0 10000 101011 10011110 11100 101101

Color Harmonies of #52927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52927B

Black with #52927B

Text Example


Text Example

White with #52927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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