#55897E

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

Shades of Lochinvar #55897E

Tints of Lochinvar #55897E

Color information

#55897E (or 0x55897E) is unknown color: approx Lochinvar. HEX triplet: 55, 89 and 7E. RGB value is (85,137,126). Sum of RGB (Red+Green+Blue) = 85+137+126=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #55897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55897E is #AA7681. Grayscale: #787878. Windows color (decimal): -11171458 or 8292693. OLE color: 8292693.

HSL color Cylindrical-coordinate representation of color #55897E: hue angle of 167.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55897E is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB85137126-
CMYK0.3800.080.46
HSL167.31º23.42%43.53%-
HSV(B)167.31º37.96%53.73%-
XYZ16.4621.3322.99-
YUV120.2131.27102.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=24.43%
G=39.37%
B=36.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371260.3800.080.46167.3123.4243.53
Hex55897E26082Ea7172c
Octal12521117646010562472754
Binary1010101100010011111110100110010001011101010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,137,126); }

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

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

 a { background-color: rgb(85,137,126); }

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

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

 span { border-color: rgb(85,137,126); }

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