#55958C

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

Shades of Lochinvar #55958C

Tints of Lochinvar #55958C

Color information

#55958C (or 0x55958C) is unknown color: approx Lochinvar. HEX triplet: 55, 95 and 8C. RGB value is (85,149,140). Sum of RGB (Red+Green+Blue) = 85+149+140=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #55958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55958C is #AA6A73. Grayscale: #808080. Windows color (decimal): -11168372 or 9213269. OLE color: 9213269.

HSL color Cylindrical-coordinate representation of color #55958C: hue angle of 171.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55958C is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB85149140-
CMYK0.4300.060.42
HSL171.56º27.35%45.88%-
HSV(B)171.56º42.95%58.43%-
XYZ19.2325.3228.68-
YUV128.84134.396.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=22.73%
G=39.84%
B=37.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491400.4300.060.42171.5627.3545.88
Hex55958C2B062Aac1b2e
Octal1252252145306522543356
Binary1010101100101011000110010101101101010101010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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