#52918B

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

Shades of Lochinvar #52918B

Tints of Lochinvar #52918B

Color information

#52918B (or 0x52918B) is unknown color: approx Lochinvar. HEX triplet: 52, 91 and 8B. RGB value is (82,145,139). Sum of RGB (Red+Green+Blue) = 82+145+139=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #52918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52918B is #AD6E74. Grayscale: #7D7D7D. Windows color (decimal): -11366005 or 9146706. OLE color: 9146706.

HSL color Cylindrical-coordinate representation of color #52918B: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52918B is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB82145139-
CMYK0.4300.040.43
HSL174.29º27.75%44.51%-
HSV(B)174.29º43.45%56.86%-
XYZ18.2723.9128.08-
YUV125.48135.6396.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=22.40%
G=39.62%
B=37.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451390.4300.040.43174.2927.7544.51
Hex52918B2B042Bae1c2d
Octal1222212135304532563455
Binary1010010100100011000101110101101001010111010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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