#52968D

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

Shades of Lochinvar #52968D

Tints of Lochinvar #52968D

Color information

#52968D (or 0x52968D) is unknown color: approx Lochinvar. HEX triplet: 52, 96 and 8D. RGB value is (82,150,141). Sum of RGB (Red+Green+Blue) = 82+150+141=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #52968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52968D is #AD6972. Grayscale: #808080. Windows color (decimal): -11364723 or 9279058. OLE color: 9279058.

HSL color Cylindrical-coordinate representation of color #52968D: hue angle of 172.06º 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 #52968D is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB82150141-
CMYK0.4500.060.41
HSL172.06º29.31%45.49%-
HSV(B)172.06º45.33%58.82%-
XYZ19.1925.5329.12-
YUV128.64134.9794.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=21.98%
G=40.21%
B=37.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501410.4500.060.41172.0629.3145.49
Hex52968D2D0629ac1d2d
Octal1222262155506512543555
Binary1010010100101101000110110110101101010011010110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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