Html Css Color HEX #52A089 Lochinvar

📋 copy color: '#52A089'

red 82 ◦ green 160 ◦ blue 137

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

Shades of Lochinvar #52A089

Tints of Lochinvar #52A089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 21.64%
G = 42.22%
B = 36.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#52A089 (or 0x52A089) is known color: Lochinvar. HEX triplet: 52, A0 and 89. RGB value is (82,160,137). Sum of RGB (Red+Green+Blue) = 82+160+137=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #52A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A089 is #AD5F76. Grayscale: #868686. Windows color (decimal): -11362167 or 9019474. OLE color: 9019474.

HSL color Cylindrical-coordinate representation of color #52A089: hue angle of 162.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A089 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 137 -
CMYK 0.49 0 0.14 0.37
HSL 162.31º 0.32% 0.47% -
HSV(B) 162.31º 0.49% 0.63% -
XYZ 20.57 28.74 28.13 -
YUV 134.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 82 160 137 0.49 0 0.14 0.37 162.31 0.32 0.47
Hex 52 A0 89 31 0 E 25 A2 20 2F
Octal 122 240 211 61 0 16 45 242 40 57
Binary 1010010 10100000 10001001 110001 0 1110 100101 10100010 100000 101111

Color Harmonies of #52A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A089

Black with #52A089

Text Example


Text Example

White with #52A089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,137); }

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

background-color css

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

 a { background-color: rgb(82,160,137); }

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

border-color css

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

 span { border-color: rgb(82,160,137); }

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