#56938C

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

Shades of Lochinvar #56938C

Tints of Lochinvar #56938C

Color information

#56938C (or 0x56938C) is unknown color: approx Lochinvar. HEX triplet: 56, 93 and 8C. RGB value is (86,147,140). Sum of RGB (Red+Green+Blue) = 86+147+140=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #56938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56938C is #A96C73. Grayscale: #7F7F7F. Windows color (decimal): -11103348 or 9212758. OLE color: 9212758.

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

Color convert

RGB86147140-
CMYK0.4100.050.42
HSL173.11º26.18%45.69%-
HSV(B)173.11º41.5%57.65%-
XYZ19.0124.7428.58-
YUV127.96134.7998.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=23.06%
G=39.41%
B=37.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471400.4100.050.42173.1126.1845.69
Hex56938C29052Aad1a2e
Octal1262232145105522553256
Binary1010110100100111000110010100101011010101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56938C; }

 p { color: rgb(86,147,140); }

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

<style>
 a { background-color: #56938C; }

 a { background-color: rgb(86,147,140); }

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

<style>
 span { border-color: #56938C; }

 span { border-color: rgb(86,147,140); }

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