Html Css Color HEX #52A08B Lochinvar

📋 copy color: '#52A08B'

red 82 ◦ green 160 ◦ blue 139

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

Shades of Lochinvar #52A08B

Tints of Lochinvar #52A08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 21.52%
G = 41.99%
B = 36.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#52A08B (or 0x52A08B) is known color: Lochinvar. HEX triplet: 52, A0 and 8B. RGB value is (82,160,139). Sum of RGB (Red+Green+Blue) = 82+160+139=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #52A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A08B is #AD5F74. Grayscale: #868686. Windows color (decimal): -11362165 or 9150546. OLE color: 9150546.

HSL color Cylindrical-coordinate representation of color #52A08B: hue angle of 163.85º 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 #52A08B is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 139 -
CMYK 0.49 0 0.13 0.37
HSL 163.85º 0.32% 0.47% -
HSV(B) 163.85º 0.49% 0.63% -
XYZ 20.71 28.8 28.89 -
YUV 134.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 82 160 139 0.49 0 0.13 0.37 163.85 0.32 0.47
Hex 52 A0 8B 31 0 D 25 A4 20 2F
Octal 122 240 213 61 0 15 45 244 40 57
Binary 1010010 10100000 10001011 110001 0 1101 100101 10100100 100000 101111

Color Harmonies of #52A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A08B

Black with #52A08B

Text Example


Text Example

White with #52A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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