#56998D

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

Shades of Lochinvar #56998D

Tints of Lochinvar #56998D

Color information

#56998D (or 0x56998D) is unknown color: approx Lochinvar. HEX triplet: 56, 99 and 8D. RGB value is (86,153,141). Sum of RGB (Red+Green+Blue) = 86+153+141=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #56998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56998D is #A96672. Grayscale: #838383. Windows color (decimal): -11101811 or 9279830. OLE color: 9279830.

HSL color Cylindrical-coordinate representation of color #56998D: hue angle of 169.25º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56998D is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB86153141-
CMYK0.4400.080.4
HSL169.25º28.03%46.86%-
HSV(B)169.25º43.79%60%-
XYZ20.0426.6829.29-
YUV131.6133.395.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=22.63%
G=40.26%
B=37.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531410.4400.080.4169.2528.0346.86
Hex56998D2C0828a91c2f
Octal12623121554010502513457
Binary10101101001100110001101101100010001010001010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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