#458B83

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

Shades of Lochinvar #458B83

Tints of Lochinvar #458B83

Color information

#458B83 (or 0x458B83) is unknown color: approx Lochinvar. HEX triplet: 45, 8B and 83. RGB value is (69,139,131). Sum of RGB (Red+Green+Blue) = 69+139+131=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #458B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458B83 is #BA747C. Grayscale: #757575. Windows color (decimal): -12219517 or 8620869. OLE color: 8620869.

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

Color convert

RGB69139131-
CMYK0.5000.060.45
HSL173.14º33.65%40.78%-
HSV(B)173.14º50.36%54.51%-
XYZ15.7821.3724.77-
YUV117.16135.8193.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=20.35%
G=41.00%
B=38.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691391310.5000.060.45173.1433.6540.78
Hex458B8332062Dad2229
Octal1052132036206552554251
Binary10001011000101110000011110010011010110110101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,139,131); }

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

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

 a { background-color: rgb(69,139,131); }

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

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

 span { border-color: rgb(69,139,131); }

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