#52958E

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

Shades of Lochinvar #52958E

Tints of Lochinvar #52958E

Color information

#52958E (or 0x52958E) is unknown color: approx Lochinvar. HEX triplet: 52, 95 and 8E. RGB value is (82,149,142). Sum of RGB (Red+Green+Blue) = 82+149+142=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #52958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52958E is #AD6A71. Grayscale: #808080. Windows color (decimal): -11364978 or 9344338. OLE color: 9344338.

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

Color convert

RGB82149142-
CMYK0.4500.050.42
HSL173.73º29%45.29%-
HSV(B)173.73º44.97%58.43%-
XYZ19.1125.2429.46-
YUV128.17135.895.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=21.98%
G=39.95%
B=38.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491420.4500.050.42173.732945.29
Hex52958E2D052Aae1d2d
Octal1222252165505522563555
Binary1010010100101011000111010110101011010101010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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