#56928B

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

Shades of Lochinvar #56928B

Tints of Lochinvar #56928B

Color information

#56928B (or 0x56928B) is unknown color: approx Lochinvar. HEX triplet: 56, 92 and 8B. RGB value is (86,146,139). Sum of RGB (Red+Green+Blue) = 86+146+139=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #56928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56928B is #A96D74. Grayscale: #7F7F7F. Windows color (decimal): -11103605 or 9146966. OLE color: 9146966.

HSL color Cylindrical-coordinate representation of color #56928B: hue angle of 173º 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 #56928B is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB86146139-
CMYK0.4100.050.43
HSL173º25.86%45.49%-
HSV(B)173º41.1%57.25%-
XYZ18.7824.428.15-
YUV127.26134.6298.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=23.18%
G=39.35%
B=37.47%

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
Decimal861461390.4100.050.4317325.8645.49
Hex56928B29052Bad1a2d
Octal1262222135105532553255
Binary1010110100100101000101110100101011010111010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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