#55948A

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

Shades of Lochinvar #55948A

Tints of Lochinvar #55948A

Color information

#55948A (or 0x55948A) is unknown color: approx Lochinvar. HEX triplet: 55, 94 and 8A. RGB value is (85,148,138). Sum of RGB (Red+Green+Blue) = 85+148+138=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #55948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55948A is #AA6B75. Grayscale: #808080. Windows color (decimal): -11168630 or 9081941. OLE color: 9081941.

HSL color Cylindrical-coordinate representation of color #55948A: hue angle of 170.48º 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 #55948A is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB85148138-
CMYK0.4300.070.42
HSL170.48º27.04%45.69%-
HSV(B)170.48º42.57%58.04%-
XYZ18.9224.9527.86-
YUV128.02133.6397.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=22.91%
G=39.89%
B=37.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481380.4300.070.42170.4827.0445.69
Hex55948A2B072Aaa1b2e
Octal1252242125307522523356
Binary1010101100101001000101010101101111010101010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55948A; }

 p { color: rgb(85,148,138); }

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

<style>
 a { background-color: #55948A; }

 a { background-color: rgb(85,148,138); }

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

<style>
 span { border-color: #55948A; }

 span { border-color: rgb(85,148,138); }

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