#458C85

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

Shades of Lochinvar #458C85

Tints of Lochinvar #458C85

Color information

#458C85 (or 0x458C85) is unknown color: approx Lochinvar. HEX triplet: 45, 8C and 85. RGB value is (69,140,133). Sum of RGB (Red+Green+Blue) = 69+140+133=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #458C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458C85 is #BA737A. Grayscale: #757575. Windows color (decimal): -12219259 or 8752197. OLE color: 8752197.

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

Color convert

RGB69140133-
CMYK0.5100.050.45
HSL174.08º33.97%40.98%-
HSV(B)174.08º50.71%54.9%-
XYZ16.0721.7125.53-
YUV117.97136.4893.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=20.18%
G=40.94%
B=38.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691401330.5100.050.45174.0833.9740.98
Hex458C8533052Dae2229
Octal1052142056305552564251
Binary10001011000110010000101110011010110110110101110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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