#408B83

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

Shades of Lochinvar #408B83

Tints of Lochinvar #408B83

Color information

#408B83 (or 0x408B83) is unknown color: approx Lochinvar. HEX triplet: 40, 8B and 83. RGB value is (64,139,131). Sum of RGB (Red+Green+Blue) = 64+139+131=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #408B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B83 is #BF747C. Grayscale: #737373. Windows color (decimal): -12547197 or 8620864. OLE color: 8620864.

HSL color Cylindrical-coordinate representation of color #408B83: hue angle of 173.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B83 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB64139131-
CMYK0.5400.060.45
HSL173.6º36.95%39.8%-
HSV(B)173.6º53.96%54.51%-
XYZ15.4421.1924.75-
YUV115.66136.6591.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=19.16%
G=41.62%
B=39.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391310.5400.060.45173.636.9539.8
Hex408B8336062Dae2528
Octal1002132036606552564550
Binary10000001000101110000011110110011010110110101110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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