#56928A

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

Shades of Lochinvar #56928A

Tints of Lochinvar #56928A

Color information

#56928A (or 0x56928A) is unknown color: approx Lochinvar. HEX triplet: 56, 92 and 8A. RGB value is (86,146,138). Sum of RGB (Red+Green+Blue) = 86+146+138=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #56928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56928A is #A96D75. Grayscale: #7F7F7F. Windows color (decimal): -11103606 or 9081430. OLE color: 9081430.

HSL color Cylindrical-coordinate representation of color #56928A: hue angle of 172º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56928A is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB86146138-
CMYK0.4100.050.43
HSL172º25.86%45.49%-
HSV(B)172º41.1%57.25%-
XYZ18.724.3727.76-
YUV127.15134.1298.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=23.24%
G=39.46%
B=37.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461380.4100.050.4317225.8645.49
Hex56928A29052Bac1a2d
Octal1262222125105532543255
Binary1010110100100101000101010100101011010111010110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56928A; }

 p { color: rgb(86,146,138); }

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

<style>
 a { background-color: #56928A; }

 a { background-color: rgb(86,146,138); }

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

<style>
 span { border-color: #56928A; }

 span { border-color: rgb(86,146,138); }

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