#558882

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

Shades of Lochinvar #558882

Tints of Lochinvar #558882

Color information

#558882 (or 0x558882) is unknown color: approx Lochinvar. HEX triplet: 55, 88 and 82. RGB value is (85,136,130). Sum of RGB (Red+Green+Blue) = 85+136+130=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #558882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558882 is #AA777D. Grayscale: #787878. Windows color (decimal): -11171710 or 8554581. OLE color: 8554581.

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

Color convert

RGB85136130-
CMYK0.3800.040.47
HSL172.94º23.08%43.33%-
HSV(B)172.94º37.5%53.33%-
XYZ16.5821.1524.33-
YUV120.07133.6102.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=24.22%
G=38.75%
B=37.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361300.3800.040.47172.9423.0843.33
Hex55888226042Fad172b
Octal1252102024604572552753
Binary1010101100010001000001010011001001011111010110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558882; }

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

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

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

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

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

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

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

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