#55988E

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

Shades of Lochinvar #55988E

Tints of Lochinvar #55988E

Color information

#55988E (or 0x55988E) is unknown color: approx Lochinvar. HEX triplet: 55, 98 and 8E. RGB value is (85,152,142). Sum of RGB (Red+Green+Blue) = 85+152+142=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #55988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55988E is #AA6771. Grayscale: #828282. Windows color (decimal): -11167602 or 9345109. OLE color: 9345109.

HSL color Cylindrical-coordinate representation of color #55988E: hue angle of 171.04º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55988E is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB85152142-
CMYK0.4400.070.40
HSL171.04º28.27%46.47%-
HSV(B)171.04º44.08%59.61%-
XYZ19.8626.3429.63-
YUV130.83134.395.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=22.43%
G=40.11%
B=37.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521420.4400.070.40171.0428.2746.47
Hex55988E2C0728ab1c2e
Octal1252302165407502533456
Binary1010101100110001000111010110001111010001010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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