#52998F

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

Shades of Lochinvar #52998F

Tints of Lochinvar #52998F

Color information

#52998F (or 0x52998F) is unknown color: approx Lochinvar. HEX triplet: 52, 99 and 8F. RGB value is (82,153,143). Sum of RGB (Red+Green+Blue) = 82+153+143=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #52998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52998F is #AD6670. Grayscale: #828282. Windows color (decimal): -11363953 or 9410898. OLE color: 9410898.

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

Color convert

RGB82153143-
CMYK0.4600.070.4
HSL171.55º30.21%46.08%-
HSV(B)171.55º46.41%60%-
XYZ19.8326.5630.07-
YUV130.63134.9893.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=21.69%
G=40.48%
B=37.83%

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
Decimal821531430.4600.070.4171.5530.2146.08
Hex52998F2E0728ac1e2e
Octal1222312175607502543656
Binary1010010100110011000111110111001111010001010110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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