#55887D

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

Shades of Lochinvar #55887D

Tints of Lochinvar #55887D

Color information

#55887D (or 0x55887D) is unknown color: approx Lochinvar. HEX triplet: 55, 88 and 7D. RGB value is (85,136,125). Sum of RGB (Red+Green+Blue) = 85+136+125=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #55887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55887D is #AA7782. Grayscale: #777777. Windows color (decimal): -11171715 or 8226901. OLE color: 8226901.

HSL color Cylindrical-coordinate representation of color #55887D: hue angle of 167.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55887D is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB85136125-
CMYK0.3800.080.47
HSL167.06º23.08%43.33%-
HSV(B)167.06º37.5%53.33%-
XYZ16.2521.0222.6-
YUV119.5131.1103.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=24.57%
G=39.31%
B=36.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361250.3800.080.47167.0623.0843.33
Hex55887D26082Fa7172b
Octal12521017546010572472753
Binary1010101100010001111101100110010001011111010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55887D; }

 p { color: rgb(85,136,125); }

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

<style>
 a { background-color: #55887D; }

 a { background-color: rgb(85,136,125); }

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

<style>
 span { border-color: #55887D; }

 span { border-color: rgb(85,136,125); }

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