#558880

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

Shades of Lochinvar #558880

Tints of Lochinvar #558880

Color information

#558880 (or 0x558880) is unknown color: approx Lochinvar. HEX triplet: 55, 88 and 80. RGB value is (85,136,128). Sum of RGB (Red+Green+Blue) = 85+136+128=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #558880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558880 is #AA777F. Grayscale: #777777. Windows color (decimal): -11171712 or 8423509. OLE color: 8423509.

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

Color convert

RGB85136128-
CMYK0.3800.060.47
HSL170.59º23.08%43.33%-
HSV(B)170.59º37.5%53.33%-
XYZ16.4521.123.63-
YUV119.84132.6103.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=24.36%
G=38.97%
B=36.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361280.3800.060.47170.5923.0843.33
Hex55888026062Fab172b
Octal1252102004606572532753
Binary1010101100010001000000010011001101011111010101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558880; }

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

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

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

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

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

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

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

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