#52968E

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

Shades of Lochinvar #52968E

Tints of Lochinvar #52968E

Color information

#52968E (or 0x52968E) is unknown color: approx Lochinvar. HEX triplet: 52, 96 and 8E. RGB value is (82,150,142). Sum of RGB (Red+Green+Blue) = 82+150+142=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #52968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52968E is #AD6971. Grayscale: #808080. Windows color (decimal): -11364722 or 9344594. OLE color: 9344594.

HSL color Cylindrical-coordinate representation of color #52968E: hue angle of 172.94º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52968E is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB82150142-
CMYK0.4500.050.41
HSL172.94º29.31%45.49%-
HSV(B)172.94º45.33%58.82%-
XYZ19.2725.5629.51-
YUV128.76135.4794.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=21.93%
G=40.11%
B=37.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501420.4500.050.41172.9429.3145.49
Hex52968E2D0529ad1d2d
Octal1222262165505512553555
Binary1010010100101101000111010110101011010011010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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