#55988C

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

Shades of Lochinvar #55988C

Tints of Lochinvar #55988C

Color information

#55988C (or 0x55988C) is unknown color: approx Lochinvar. HEX triplet: 55, 98 and 8C. RGB value is (85,152,140). Sum of RGB (Red+Green+Blue) = 85+152+140=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #55988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55988C is #AA6773. Grayscale: #828282. Windows color (decimal): -11167604 or 9214037. OLE color: 9214037.

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

Color convert

RGB85152140-
CMYK0.4400.080.40
HSL169.25º28.27%46.47%-
HSV(B)169.25º44.08%59.61%-
XYZ19.7126.2828.84-
YUV130.6133.395.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=22.55%
G=40.32%
B=37.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521400.4400.080.40169.2528.2746.47
Hex55988C2C0828a91c2e
Octal12523021454010502513456
Binary10101011001100010001100101100010001010001010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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