#56958D

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

Shades of Lochinvar #56958D

Tints of Lochinvar #56958D

Color information

#56958D (or 0x56958D) is unknown color: approx Lochinvar. HEX triplet: 56, 95 and 8D. RGB value is (86,149,141). Sum of RGB (Red+Green+Blue) = 86+149+141=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #56958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56958D is #A96A72. Grayscale: #818181. Windows color (decimal): -11102835 or 9278806. OLE color: 9278806.

HSL color Cylindrical-coordinate representation of color #56958D: hue angle of 172.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56958D is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB86149141-
CMYK0.4200.050.42
HSL172.38º26.81%46.08%-
HSV(B)172.38º42.28%58.43%-
XYZ19.3925.429.08-
YUV129.25134.6397.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=22.87%
G=39.63%
B=37.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491410.4200.050.42172.3826.8146.08
Hex56958D2A052Aac1b2e
Octal1262252155205522543356
Binary1010110100101011000110110101001011010101010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56958D; }

 p { color: rgb(86,149,141); }

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

<style>
 a { background-color: #56958D; }

 a { background-color: rgb(86,149,141); }

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

<style>
 span { border-color: #56958D; }

 span { border-color: rgb(86,149,141); }

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