#55988d

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

Shades of Lochinvar #55988D

Tints of Lochinvar #55988D

Color information

#55988D (or 0x55988D) is unknown color: approx Lochinvar. HEX triplet: 55, 98 and 8D. RGB value is (85,152,141). Sum of RGB (Red+Green+Blue) = 85+152+141=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #55988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55988D is #AA6772. Grayscale: #828282. Windows color (decimal): -11167603 or 9279573. OLE color: 9279573.

HSL color Cylindrical-coordinate representation of color #55988D: hue angle of 170.15º 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 #55988D is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB85152141-
CMYK0.4400.070.40
HSL170.15º28.27%46.47%-
HSV(B)170.15º44.08%59.61%-
XYZ19.7826.3129.24-
YUV130.71133.895.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=22.49%
G=40.21%
B=37.30%

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
Decimal851521410.4400.070.40170.1528.2746.47
Hex55988D2C0728aa1c2e
Octal1252302155407502523456
Binary1010101100110001000110110110001111010001010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55988d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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