#558D7F

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

Shades of Lochinvar #558D7F

Tints of Lochinvar #558D7F

Color information

#558D7F (or 0x558D7F) is unknown color: approx Lochinvar. HEX triplet: 55, 8D and 7F. RGB value is (85,141,127). Sum of RGB (Red+Green+Blue) = 85+141+127=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #558D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D7F is #AA7280. Grayscale: #7A7A7A. Windows color (decimal): -11170433 or 8359253. OLE color: 8359253.

HSL color Cylindrical-coordinate representation of color #558D7F: hue angle of 165º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558D7F is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB85141127-
CMYK0.4000.100.45
HSL165º24.78%44.31%-
HSV(B)165º39.72%55.29%-
XYZ17.122.5123.52-
YUV122.66130.45101.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 127 (50% from 255) = 35.98%
R=24.08%
G=39.94%
B=35.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851411270.4000.100.4516524.7844.31
Hex558D7F280A2Da5192c
Octal12521517750012552453154
Binary1010101100011011111111101000010101011011010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558D7F; }

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

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

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

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

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

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

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

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