Html Css Color HEX #52A391 Lochinvar

📋 copy color: '#52A391'

red 82 ◦ green 163 ◦ blue 145

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

Shades of Lochinvar #52A391

Tints of Lochinvar #52A391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 21.03%
G = 41.79%
B = 37.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#52A391 (or 0x52A391) is known color: Lochinvar. HEX triplet: 52, A3 and 91. RGB value is (82,163,145). Sum of RGB (Red+Green+Blue) = 82+163+145=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #52A391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A391 is #AD5C6E. Grayscale: #888888. Windows color (decimal): -11361391 or 9544530. OLE color: 9544530.

HSL color Cylindrical-coordinate representation of color #52A391: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A391 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 145 -
CMYK 0.50 0 0.11 0.36
HSL 166.67º 0.33% 0.48% -
HSV(B) 166.67º 0.5% 0.64% -
XYZ 21.69 30.03 31.44 -
YUV 136.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 82 163 145 0.50 0 0.11 0.36 166.67 0.33 0.48
Hex 52 A3 91 32 0 B 24 A7 21 30
Octal 122 243 221 62 0 13 44 247 41 60
Binary 1010010 10100011 10010001 110010 0 1011 100100 10100111 100001 110000

Color Harmonies of #52A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A391

Black with #52A391

Text Example


Text Example

White with #52A391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A391; }

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

 H1.HeaderClassName
 {
   color: #52A391;
 }
 .AnyTagClassName
 {
   color: #52A391;
 }
</style>

background-color css

<style>
 a { background-color: #52A391; }

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

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

border-color css

<style>
 span { border-color: #52A391; }

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

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