#52948B

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

Shades of Lochinvar #52948B

Tints of Lochinvar #52948B

Color information

#52948B (or 0x52948B) is unknown color: approx Lochinvar. HEX triplet: 52, 94 and 8B. RGB value is (82,148,139). Sum of RGB (Red+Green+Blue) = 82+148+139=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #52948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52948B is #AD6B74. Grayscale: #7F7F7F. Windows color (decimal): -11365237 or 9147474. OLE color: 9147474.

HSL color Cylindrical-coordinate representation of color #52948B: hue angle of 171.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52948B is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB82148139-
CMYK0.4500.060.42
HSL171.82º28.7%45.1%-
HSV(B)171.82º44.59%58.04%-
XYZ18.7324.8428.23-
YUV127.24134.6395.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=22.22%
G=40.11%
B=37.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481390.4500.060.42171.8228.745.1
Hex52948B2D062Aac1d2d
Octal1222242135506522543555
Binary1010010100101001000101110110101101010101010110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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