#458E87

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

Shades of Lochinvar #458E87

Tints of Lochinvar #458E87

Color information

#458E87 (or 0x458E87) is unknown color: approx Lochinvar. HEX triplet: 45, 8E and 87. RGB value is (69,142,135). Sum of RGB (Red+Green+Blue) = 69+142+135=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #458E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458E87 is #BA7178. Grayscale: #777777. Windows color (decimal): -12218745 or 8883781. OLE color: 8883781.

HSL color Cylindrical-coordinate representation of color #458E87: hue angle of 174.25º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458E87 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB69142135-
CMYK0.5100.050.44
HSL174.25º34.6%41.37%-
HSV(B)174.25º51.41%55.69%-
XYZ16.522.3626.37-
YUV119.38136.8292.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=19.94%
G=41.04%
B=39.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691421350.5100.050.44174.2534.641.37
Hex458E8733052Cae2329
Octal1052162076305542564351
Binary10001011000111010000111110011010110110010101110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458E87; }

 p { color: rgb(69,142,135); }

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

<style>
 a { background-color: #458E87; }

 a { background-color: rgb(69,142,135); }

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

<style>
 span { border-color: #458E87; }

 span { border-color: rgb(69,142,135); }

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