#52998B

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

Shades of Lochinvar #52998B

Tints of Lochinvar #52998B

Color information

#52998B (or 0x52998B) is unknown color: approx Lochinvar. HEX triplet: 52, 99 and 8B. RGB value is (82,153,139). Sum of RGB (Red+Green+Blue) = 82+153+139=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #52998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52998B is #AD6674. Grayscale: #828282. Windows color (decimal): -11363957 or 9148754. OLE color: 9148754.

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

Color convert

RGB82153139-
CMYK0.4600.090.4
HSL168.17º30.21%46.08%-
HSV(B)168.17º46.41%60%-
XYZ19.5326.4428.5-
YUV130.17132.9893.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=21.93%
G=40.91%
B=37.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531390.4600.090.4168.1730.2146.08
Hex52998B2E0928a81e2e
Octal12223121356011502503656
Binary10100101001100110001011101110010011010001010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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