#52998E

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

Shades of Lochinvar #52998E

Tints of Lochinvar #52998E

Color information

#52998E (or 0x52998E) is unknown color: approx Lochinvar. HEX triplet: 52, 99 and 8E. RGB value is (82,153,142). Sum of RGB (Red+Green+Blue) = 82+153+142=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #52998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52998E is #AD6671. Grayscale: #828282. Windows color (decimal): -11363954 or 9345362. OLE color: 9345362.

HSL color Cylindrical-coordinate representation of color #52998E: hue angle of 170.7º 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 #52998E is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB82153142-
CMYK0.4600.070.4
HSL170.7º30.21%46.08%-
HSV(B)170.7º46.41%60%-
XYZ19.7526.5329.67-
YUV130.52134.4893.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.75%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=21.75%
G=40.58%
B=37.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531420.4600.070.4170.730.2146.08
Hex52998E2E0728ab1e2e
Octal1222312165607502533656
Binary1010010100110011000111010111001111010001010101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52998E; }

 p { color: rgb(82,153,142); }

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

<style>
 a { background-color: #52998E; }

 a { background-color: rgb(82,153,142); }

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

<style>
 span { border-color: #52998E; }

 span { border-color: rgb(82,153,142); }

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