#458C88

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

Shades of Lochinvar #458C88

Tints of Lochinvar #458C88

Color information

#458C88 (or 0x458C88) is unknown color: approx Lochinvar. HEX triplet: 45, 8C and 88. RGB value is (69,140,136). Sum of RGB (Red+Green+Blue) = 69+140+136=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #458C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458C88 is #BA7377. Grayscale: #767676. Windows color (decimal): -12219256 or 8948805. OLE color: 8948805.

HSL color Cylindrical-coordinate representation of color #458C88: hue angle of 176.62º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458C88 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB69140136-
CMYK0.5100.030.45
HSL176.62º33.97%40.98%-
HSV(B)176.62º50.71%54.9%-
XYZ16.2821.826.64-
YUV118.32137.9892.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=20%
G=40.58%
B=39.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691401360.5100.030.45176.6233.9740.98
Hex458C8833032Db12229
Octal1052142106303552614251
Binary1000101100011001000100011001101110110110110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,140,136); }

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

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

 a { background-color: rgb(69,140,136); }

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

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

 span { border-color: rgb(69,140,136); }

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