#55887f

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

Shades of Lochinvar #55887F

Tints of Lochinvar #55887F

Color information

#55887F (or 0x55887F) is unknown color: approx Lochinvar. HEX triplet: 55, 88 and 7F. RGB value is (85,136,127). Sum of RGB (Red+Green+Blue) = 85+136+127=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #55887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55887F is #AA7780. Grayscale: #777777. Windows color (decimal): -11171713 or 8357973. OLE color: 8357973.

HSL color Cylindrical-coordinate representation of color #55887F: hue angle of 169.41º 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 #55887F is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB85136127-
CMYK0.3800.070.47
HSL169.41º23.08%43.33%-
HSV(B)169.41º37.5%53.33%-
XYZ16.3821.0723.28-
YUV119.72132.1103.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 127 (50% from 255) = 36.49%
R=24.43%
G=39.08%
B=36.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361270.3800.070.47169.4123.0843.33
Hex55887F26072Fa9172b
Octal1252101774607572512753
Binary101010110001000111111110011001111011111010100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55887f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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