Html Css Color HEX #52987B Patina

📋 copy color: '#52987B'

red 82 ◦ green 152 ◦ blue 123

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

Shades of Patina #52987B

Tints of Patina #52987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 22.97%
G = 42.58%
B = 34.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#52987B (or 0x52987B) is known color: Patina. HEX triplet: 52, 98 and 7B. RGB value is (82,152,123). Sum of RGB (Red+Green+Blue) = 82+152+123=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #52987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52987B is #AD6784. Grayscale: #7F7F7F. Windows color (decimal): -11364229 or 8099922. OLE color: 8099922.

HSL color Cylindrical-coordinate representation of color #52987B: hue angle of 155.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52987B is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 123 -
CMYK 0.46 0 0.19 0.40
HSL 155.14º 0.3% 0.46% -
HSV(B) 155.14º 0.46% 0.6% -
XYZ 18.28 25.68 22.73 -
YUV 127.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 82 152 123 0.46 0 0.19 0.40 155.14 0.3 0.46
Hex 52 98 7B 2E 0 13 28 9B 1E 2E
Octal 122 230 173 56 0 23 50 233 36 56
Binary 1010010 10011000 1111011 101110 0 10011 101000 10011011 11110 101110

Color Harmonies of #52987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52987B

Black with #52987B

Text Example


Text Example

White with #52987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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