#52A28B

Color #52A28B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #52A28B

Tints of Lochinvar #52A28B

Color information

#52A28B (or 0x52A28B) is unknown color: approx Lochinvar. HEX triplet: 52, A2 and 8B. RGB value is (82,162,139). Sum of RGB (Red+Green+Blue) = 82+162+139=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #52A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A28B is #AD5D74. Grayscale: #878787. Windows color (decimal): -11361653 or 9151058. OLE color: 9151058.

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

Color convert

RGB82162139-
CMYK0.4900.140.36
HSL162.75º32.79%47.84%-
HSV(B)162.75º49.38%63.53%-
XYZ21.0629.529.01-
YUV135.4613089.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=21.41%
G=42.30%
B=36.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821621390.4900.140.36162.7532.7947.84
Hex52A28B310E24a32130
Octal12224221361016442434160
Binary101001010100010100010111100010111010010010100011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52A28B;
 }
 .AnyTagClassName
 {
   color: #52A28B;
 }
</style>
background-color css

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

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

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

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

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

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