#52958B

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

Shades of Lochinvar #52958B

Tints of Lochinvar #52958B

Color information

#52958B (or 0x52958B) is unknown color: approx Lochinvar. HEX triplet: 52, 95 and 8B. RGB value is (82,149,139). Sum of RGB (Red+Green+Blue) = 82+149+139=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #52958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52958B is #AD6A74. Grayscale: #7F7F7F. Windows color (decimal): -11364981 or 9147730. OLE color: 9147730.

HSL color Cylindrical-coordinate representation of color #52958B: hue angle of 171.04º 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 #52958B is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB82149139-
CMYK0.4500.070.42
HSL171.04º29%45.29%-
HSV(B)171.04º44.97%58.43%-
XYZ18.8925.1528.29-
YUV127.83134.395.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=22.16%
G=40.27%
B=37.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491390.4500.070.42171.042945.29
Hex52958B2D072Aab1d2d
Octal1222252135507522533555
Binary1010010100101011000101110110101111010101010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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