Html Css Color HEX #52947D Patina

📋 copy color: '#52947D'

red 82 ◦ green 148 ◦ blue 125

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

Shades of Patina #52947D

Tints of Patina #52947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 23.1%
G = 41.69%
B = 35.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#52947D (or 0x52947D) is known color: Patina. HEX triplet: 52, 94 and 7D. RGB value is (82,148,125). Sum of RGB (Red+Green+Blue) = 82+148+125=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #52947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52947D is #AD6B82. Grayscale: #7D7D7D. Windows color (decimal): -11365251 or 8229970. OLE color: 8229970.

HSL color Cylindrical-coordinate representation of color #52947D: hue angle of 159.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52947D is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 125 -
CMYK 0.45 0 0.16 0.42
HSL 159.09º 0.29% 0.45% -
HSV(B) 159.09º 0.45% 0.58% -
XYZ 17.77 24.45 23.19 -
YUV 125.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 82 148 125 0.45 0 0.16 0.42 159.09 0.29 0.45
Hex 52 94 7D 2D 0 10 2A 9F 1D 2D
Octal 122 224 175 55 0 20 52 237 35 55
Binary 1010010 10010100 1111101 101101 0 10000 101010 10011111 11101 101101

Color Harmonies of #52947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52947D

Black with #52947D

Text Example


Text Example

White with #52947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52947D; }

 p { color: rgb(82,148,125); }

 H1.HeaderClassName
 {
   color: #52947D;
 }
 .AnyTagClassName
 {
   color: #52947D;
 }
</style>

background-color css

<style>
 a { background-color: #52947D; }

 a { background-color: rgb(82,148,125); }

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

border-color css

<style>
 span { border-color: #52947D; }

 span { border-color: rgb(82,148,125); }

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