#55968E

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

Shades of Lochinvar #55968E

Tints of Lochinvar #55968E

Color information

#55968E (or 0x55968E) is unknown color: approx Lochinvar. HEX triplet: 55, 96 and 8E. RGB value is (85,150,142). Sum of RGB (Red+Green+Blue) = 85+150+142=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #55968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55968E is #AA6971. Grayscale: #818181. Windows color (decimal): -11168114 or 9344597. OLE color: 9344597.

HSL color Cylindrical-coordinate representation of color #55968E: hue angle of 172.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55968E is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB85150142-
CMYK0.4300.050.41
HSL172.62º27.66%46.08%-
HSV(B)172.62º43.33%58.82%-
XYZ19.5425.729.52-
YUV129.65134.9796.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=22.55%
G=39.79%
B=37.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501420.4300.050.41172.6227.6646.08
Hex55968E2B0529ad1c2e
Octal1252262165305512553456
Binary1010101100101101000111010101101011010011010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55968E; }

 p { color: rgb(85,150,142); }

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

<style>
 a { background-color: #55968E; }

 a { background-color: rgb(85,150,142); }

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

<style>
 span { border-color: #55968E; }

 span { border-color: rgb(85,150,142); }

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